Fix all warning messages

This commit is contained in:
Adam Stankiewicz
2020-09-28 18:56:36 +02:00
parent f431aee86e
commit 31409eaafb
6 changed files with 14 additions and 10 deletions

View File

@@ -18,8 +18,6 @@ def run_vimscript(src)
func! Log(msg)
if $DEV != '1'
echo a:msg
else
echon '.'
endif
endfunc
EOM