Releasing v2.1.3

- Fixed #1. Added new option `g:table_mode_no_border_padding` which if
  set to 1 (set to 0 by default) removes the padding around borders (and
  the text too), sets `g:table_mode_align` to `'c0'` for achieving the
  same.
This commit is contained in:
Dhruva Sagar
2013-03-25 11:04:14 +05:30
parent 554c57703f
commit e997144d2f
4 changed files with 37 additions and 14 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.3 :
* Bug Fix #1, added new option `g:table_mode_no_border_padding` which removes
padding from the border.
### Version 2.1.2 :
* Bug Fixes #2, #3 & #4