show table-mode status

This commit is contained in:
A.J
2014-08-24 07:42:51 +09:00
parent 8e4a4e7dc4
commit a3e3269658

View File

@@ -92,6 +92,7 @@ function! s:SetActive(bool) "{{{2
let b:table_mode_active = a:bool let b:table_mode_active = a:bool
call s:ToggleSyntax() call s:ToggleSyntax()
call s:ToggleMapping() call s:ToggleMapping()
if b:table_mode_active | echo "table-mode enabled" | else | echo "table-mode disabled" | endif
endfunction endfunction
function! s:ConvertDelimiterToSeparator(line, ...) "{{{2 function! s:ConvertDelimiterToSeparator(line, ...) "{{{2