Switched to using || mapping for table border generation, more intuitive & create a minimal border on a new line without a table

This commit is contained in:
Dhruva Sagar
2013-11-13 08:45:15 +05:30
parent a0618db019
commit e94bbcc0b4
3 changed files with 18 additions and 14 deletions

View File

@@ -4,7 +4,7 @@
" Author: Dhruva Sagar <http://dhruvasagar.com/>
" License: MIT (http://www.opensource.org/licenses/MIT)
" Website: http://github.com/dhruvasagar/vim-table-mode
" Version: 3.2
" Version: 3.3
" Note: This plugin was heavily inspired by the 'CucumberTables.vim'
" (https://gist.github.com/tpope/287147) plugin by Tim Pope and
" uses a small amount of code from it.