autoload/splicelib/util/io.py @ 04114f5e102d

Switch the site to use d
author Steve Losh <steve@stevelosh.com>
date Sat, 08 Oct 2016 13:06:44 +0000
parents ddce69161ccb
children (none)
import sys
import vim


def error(m):
    sys.stderr.write(str(m) + '\n')

def echomsg(m):
    vim.command('echomsg "%s"' % m)