mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-13 05:23:46 -05:00
fixed logger.vim and announce g:table_mode_verbose
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
function! tablemode#logger#log(message)
|
||||
if g:table_mode_verbose
|
||||
echom message
|
||||
echom a:message
|
||||
endif
|
||||
endfunction
|
||||
|
||||
Reference in New Issue
Block a user