Releasing v2.2

- Improved :Tableize to accept a {patter} in a similar way as
  :Tabularize does. eg.)
      :Tableize/;
  The above command will tableize the selection taking ';' as the
  delimiter rather than the default ',' defined by the
  g:table_mode_delimiter option. If you do not provide a pattern, the
  default delimiter will be used.
- Updated doc/table-mode.txt
- Updated README.md
- Added tags to .gitignore to avoid checking in tags file.
This commit is contained in:
Dhruva Sagar
2013-03-28 15:41:26 +05:30
parent 87f9e9d3f5
commit f189754d2e
6 changed files with 96 additions and 75 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
tags