mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-13 05:23:46 -05:00
Releasing v2.1.1
- Moved some code around for better readability. - Added new option g:table_mode_align for allowing the user to set the format option for aligning the text, this is passed directly to Tabular. - Updated vim doc. - Updated README.md
This commit is contained in:
@@ -4,6 +4,10 @@ An awesome automatic table creator & formatter allowing one to create neat
|
||||
tables as you type.
|
||||
|
||||
## Change Log
|
||||
### Version 2.1.1 :
|
||||
* Added option g:table_mode_align to allow setting Tabular format option for
|
||||
more control on how Tabular aligns text.
|
||||
|
||||
### Version 2.1 :
|
||||
* VIM loads plugins in alphabetical order and so table-mode would be loaded
|
||||
before Tabularize which it depends on. Hence Moved plugin into an after
|
||||
|
||||
Reference in New Issue
Block a user