mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-08 11:03:47 -05:00
Fixes #17
Added a new configuration option g:table_mode_corner_corner to correspond to the extreme corners of the table border, by default it is set to '|' to maintain backward compatibility but it can be overriden to anything else.
This commit is contained in:
@@ -14,6 +14,7 @@ let g:table_mode_delete_row_map = 'dd'
|
||||
let g:table_mode_delete_column_map = 'dc'
|
||||
let g:table_mode_add_formula_map = 'fa'
|
||||
let g:table_mode_eval_expr_map = 'fe'
|
||||
let g:table_mode_corner_corner = '|'
|
||||
|
||||
call vspec#hint({'scope': 'tablemode#scope()', 'sid': 'tablemode#sid()'})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user