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:
Dhruva Sagar
2013-03-21 08:44:26 +05:30
parent f23737d5fa
commit f8610cebdb
5 changed files with 77 additions and 62 deletions

View File

@@ -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