mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-13 13:33:47 -05:00
Releasing v2.1
- Moved plugin to an after/plugin to ensure table-mode is loaded after Tabularize. - Gracefully exit with appropriate error message in case Tabularize is not available and skip loading of plugin. - Fixed typo in copyright. - Updated version numbers across.
This commit is contained in:
@@ -4,6 +4,12 @@ An awesome automatic table creator & formatter allowing one to create neat
|
||||
tables as you type.
|
||||
|
||||
## Change Log
|
||||
### 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
|
||||
plugin. Checking if Tabularize is available and finish immidiately if it's
|
||||
not.
|
||||
|
||||
### Version 2.0 :
|
||||
* Moved bulk of code to autoload for vimscript optimisation.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user