again debug functions (was buggy before)

This commit is contained in:
David Halter
2012-11-28 17:39:26 +01:00
parent fb744e2e6d
commit d613ed2266
3 changed files with 8 additions and 4 deletions

View File

@@ -287,3 +287,7 @@ def tabnew(path):
else:
# tab doesn't exist, add a new one.
vim.command('tabnew %s' % path)
def print_to_stdout(level, str_out):
print(str_out)