mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-13 05:23:46 -05:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user