Added Tableize to wrap content into a table.

- Added :Tableize which accepts a range. It checks if the content has a
  delimiter defined by g:table_mode_delimiter and if so, it adds a table
  around it.
- Added <Leader>T mapping, which is defined by g:table_mode_tableize_map
  that applies :Tableize on the visually selected range.
- Added options for tableize.
- Updated vim doc.
This commit is contained in:
Dhruva Sagar
2013-03-18 12:02:48 +05:30
parent 71135d6b60
commit b2ba3caf24
4 changed files with 82 additions and 19 deletions

View File

@@ -3,6 +3,9 @@
An awesome automatic table creator & formatter allowing one to create neat
tables as you type.
Change Log for v1.1
Added Tableize command and mapping to convert existing content into a table.
# Installation
There are 2 ways to do this