diff --git a/CHANGELOG.md b/CHANGELOG.md index bddb245..f651b66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Change Log +## Version 3.2 +* Added tests to test various use cases. +* Added travis integration for automated tests. + ## Version 3.1 * Removed borders. You can now optionally create a table header by simply adding a header border immidiately after the header line by using the diff --git a/README.md b/README.md index 063051a..05f8071 100644 --- a/README.md +++ b/README.md @@ -11,17 +11,21 @@ CHANGELOG.md ## Getting Started ### Installation -There are 2 ways to do this +There are several ways to do this 1. I recommend installing pathogen.vim and then - adding a git submodule for your plugin: + href="https://github.com/Shougo/neobundle.vim">NeoBundle and then just + add `NeoBundle 'dhruvasagar/vim-table-mode'` to your ~/.vimrc + +2. If you are using pathogen.vim, then + add a git submodule for your plugin: ```sh $ cd ~/.vim $ git submodule add git@github.com:dhruvasagar/vim-table-mode.git bundle/table-mode ``` -2. Copy autoload/todomode.vim, plugin/todo-mode.vim, doc/todo-mode.txt to +3. Copy autoload/todomode.vim, plugin/todo-mode.vim, doc/todo-mode.txt to respective ~/.vim/autoload/, ~/.vim/plugin and ~/.vim/doc under UNIX or vimfiles/autoload/, vimfiles/plugin/ and vimfiles/doc under WINDOWS and restart VIM