mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-08 11:03:47 -05:00
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:
26
CHANGELOG.md
26
CHANGELOG.md
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user