mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-08 11:03:47 -05:00
Update table-mode.vim
This commit is contained in:
@@ -57,6 +57,12 @@ call s:SetGlobalOptDefault('table_mode_sort_map', g:table_mode_map_prefix.'s')
|
||||
call s:SetGlobalOptDefault('table_mode_tableize_map', g:table_mode_map_prefix.'t')
|
||||
call s:SetGlobalOptDefault('table_mode_tableize_d_map', '<Leader>T')
|
||||
|
||||
call s:SetGlobalOptDefault('table_mode_syntax_dict', {
|
||||
\ 'contains': 'TableBorder,TableSeparator,TableColumnAlign,' .
|
||||
\ 'yesCell,noCell,maybeCell,redCell,greenCell,yellowCell,blueCell,whiteCell,darkCell',
|
||||
\ 'containedin': 'ALL'
|
||||
\})
|
||||
|
||||
call s:SetGlobalOptDefault('table_mode_syntax', 1)
|
||||
call s:SetGlobalOptDefault('table_mode_auto_align', 1)
|
||||
call s:SetGlobalOptDefault('table_mode_update_time', 500)
|
||||
@@ -132,12 +138,5 @@ augroup END
|
||||
" Avoiding side effects {{{1
|
||||
let &cpo = s:save_cpo
|
||||
|
||||
" ToggleSyntax {{{1
|
||||
let g:table_mode_syntax_dict = {
|
||||
\ 'contains': 'TableBorder,TableSeparator,TableColumnAlign,' .
|
||||
\ 'yesCell,noCell,maybeCell,redCell,greenCell,yellowCell,blueCell,whiteCell,darkCell',
|
||||
\ 'containedin': 'ALL'
|
||||
\}
|
||||
|
||||
" ModeLine {{{
|
||||
" vim: sw=2 sts=2 fdl=0 fdm=marker
|
||||
|
||||
Reference in New Issue
Block a user