Improve documentation of g:table_mode_disable_tableize_mappings

This commit is contained in:
Dhruva Sagar
2020-05-06 20:29:11 +05:30
parent c9b13e5d30
commit 6404009080
3 changed files with 6 additions and 4 deletions

View File

@@ -115,7 +115,7 @@ nnoremap <silent> <Plug>(table-mode-echo-cell) :call <SID>TableEchoCell()<CR>
nnoremap <silent> <Plug>(table-mode-sort) :call tablemode#spreadsheet#Sort('')<CR>
if !g:table_mode_disable_tableize_mappings
if !g:table_mode_disable_tableize_mappings
if !hasmapto('<Plug>(table-mode-tableize)')
exec "nmap" g:table_mode_tableize_map "<Plug>(table-mode-tableize)"
exec "xmap" g:table_mode_tableize_map "<Plug>(table-mode-tableize)"