File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # VIM Table Mode v4.7.1 [ ![ Build Status] ( https://travis-ci.org/dhruvasagar/vim-table-mode.png?branch=master )] ( https://travis-ci.org/dhruvasagar/vim-table-mode )
1+ # VIM Table Mode v4.7.1.1 [ ![ Build Status] ( https://travis-ci.org/dhruvasagar/vim-table-mode.png?branch=master )] ( https://travis-ci.org/dhruvasagar/vim-table-mode )
22
33An awesome automatic table creator & formatter allowing one to create neat
44tables as you type.
Original file line number Diff line number Diff line change 11*table-mode.txt* Table Mode for easy table formatting
22===============================================================================
33 Table Mode, THE AWESOME AUTOMATIC TABLE CREATOR & FORMATTER
4- VERSION 4.7.1
4+ VERSION 4.7.1.1
55
66 Author: Dhruva Sagar <http://dhruvasagar.com/ >
77 License: MIT <http://opensource.org/licenses/MIT/ >
@@ -356,7 +356,9 @@ g:table_mode_update_time *table-mode-update-time*
356356<
357357
358358g:table_mode_disable_tableize_mappings *table-mode-disable-tableize-mappings*
359- Disables mappings for tableize
359+ Disables mappings for tableize. >
360+ let g:table_mode_disable_tableize_mappings = 0
361+ <
360362
361363===============================================================================
362364MAPPINGS *table-mode-mappings*
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ nnoremap <silent> <Plug>(table-mode-echo-cell) :call <SID>TableEchoCell()<CR>
115115
116116nnoremap <silent> <Plug> (table-mode-sort) :call tablemode#spreadsheet#Sort('')<CR>
117117
118- if ! g: table_mode_disable_tableize_mappings
118+ if ! g: table_mode_disable_tableize_mappings
119119 if ! hasmapto (' <Plug>(table-mode-tableize)' )
120120 exec " nmap" g: table_mode_tableize_map " <Plug>(table-mode-tableize)"
121121 exec " xmap" g: table_mode_tableize_map " <Plug>(table-mode-tableize)"
You can’t perform that action at this time.
0 commit comments