Add option to auto align table while editing #73

This commit is contained in:
Dhruva Sagar
2017-03-09 10:58:51 +05:30
parent d3b70df0a6
commit 1eef73fc5b
5 changed files with 26 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
*table-mode.txt* Table Mode for easy table formatting
===============================================================================
Table Mode, THE AWESOME AUTOMATIC TABLE CREATOR & FORMATTER
VERSION 4.6.4.4
VERSION 4.6.5
Author: Dhruva Sagar <http://dhruvasagar.com/>
License: MIT <http://opensource.org/licenses/MIT/>
@@ -170,6 +170,8 @@ Overview:
|table-mode-echo-cell-map| ...... Set the echo cell mapping
|table-mode-sort-map| ........... Set the table sort mapping
|table-mode-syntax| ............. Control table mode syntax
|table-mode-auto-align| ......... Set if the table mode should auto
align as you type
g:loaded_table_mode *table-mode-loaded*
Use this option to disable the plugin: >
@@ -302,6 +304,11 @@ g:table_mode_syntax *table-mode-syntax*
not. >
let g:table_mode_syntax = 1
<
g:table_mode_auto_align *table-mode-auto-align*
Set if the table mode should auto align as you type when table mode is
active. >
let g:table_mode_auto_align = 1
<
===============================================================================
MAPPINGS *table-mode-mappings*