Add config g:table_mode_ignore_align. Fix #145

* Disabled by default, if enabled directs table mode to ignore aligning
  based on alignment characters on the header and always left aligns
This commit is contained in:
Dhruva Sagar
2022-03-01 13:07:33 +05:30
parent 9191af46b6
commit 494d95d2b3
6 changed files with 44 additions and 3 deletions

View File

@@ -1,5 +1,31 @@
# Change Log
## Version 4.7.6
* Add configuration `g:table_mode_ignore_align`
## Version 4.7.5
* Improved undo
## Version 4.7.3
* Adding option `g:table_mode_tableize_auto_border` to enable automatic border
creation when using Tableize to create tables
## Version 4.7.2
* Fix formula evaluation to respect border rows and apply formula expressions
correctly
## Version 4.6.8
* Upgrade rake
## Version 4.6.7
* Remove auto align feature for insert mode
## Version 4.6.6
* Add configuration `g:table_mode_update_time`
## Version 4.6.5
* Add support for auto aligning
## Version 4.6.4.1
* Added a fix for markdown commentstring