Releasing v3.2

* Added tests to test various use cases
* Added .travis.yml for travis integration
This commit is contained in:
Dhruva Sagar
2013-09-19 12:28:47 +05:30
parent 9875a117a7
commit 0799523ffb
10 changed files with 228 additions and 4 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.1
" Version: 3.2
" 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.