Add configuration option table_mode_update_time #73

This is for better experience with auto align, we override the
updatetime with the value of the configuration g:table_mode_update_time.

Once table mode is disabled prior defaults are restored.
This commit is contained in:
Dhruva Sagar
2017-03-10 06:48:30 +05:30
parent ef66b3ec2f
commit 79bf3f9bb7
4 changed files with 19 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.5
VERSION 4.6.6
Author: Dhruva Sagar <http://dhruvasagar.com/>
License: MIT <http://opensource.org/licenses/MIT/>
@@ -310,6 +310,12 @@ g:table_mode_auto_align *table-mode-auto-align*
let g:table_mode_auto_align = 1
<
g:table_mode_update_time *table-mode-update-time*
Set the value of updatetime to be used when table mode is active,
used in combination with |table-mode-auto-align|. >
let g:table_mode_update_time = 500
<
===============================================================================
MAPPINGS *table-mode-mappings*