autoload/splicelib/util/io.py @ 4578b7ee5905

Fixes issue #9.
author andrey <andrey.petrusenko@gmx.com>
date Tue, 05 Feb 2013 21:13:53 +1100
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)