fixed logger.vim and announce g:table_mode_verbose

This commit is contained in:
harriott
2016-09-09 10:39:01 +02:00
parent 8bacd0ba66
commit e07c240940
4 changed files with 68 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
function! tablemode#logger#log(message)
if g:table_mode_verbose
echom message
echom a:message
endif
endfunction