mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-08 11:03:47 -05:00
Updated docs
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
# Change Log
|
||||
|
||||
## Version 4.6.4
|
||||
* Added support for center aligning columns
|
||||
|
||||
## Version 4.6.3
|
||||
* Fixed tablemode#spreadsheet#LineNr()
|
||||
* Fixed tablemode#spreadsheet#cell#SetCell()
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# VIM Table Mode v4.6.3 [](https://travis-ci.org/dhruvasagar/vim-table-mode)
|
||||
# VIM Table Mode v4.6.4 [](https://travis-ci.org/dhruvasagar/vim-table-mode)
|
||||
|
||||
An awesome automatic table creator & formatter allowing one to create neat
|
||||
tables as you type.
|
||||
@@ -49,7 +49,7 @@ $ git submodule add git@github.com:dhruvasagar/vim-table-mode.git bundle/table-m
|
||||
enabled explicitly. Please read `:h table-mode` for further information.
|
||||
|
||||
You can also define in a table header border how it's content should be
|
||||
aligned, whether right or left by using a `:` character defined by
|
||||
aligned, whether center, right or left by using a `:` character defined by
|
||||
`g:table_mode_align_char` option.
|
||||
|
||||
- **Format existing content into a table** :
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
*table-mode.txt* Table Mode for easy table formatting
|
||||
===============================================================================
|
||||
Table Mode, THE AWESOME AUTOMATIC TABLE CREATOR & FORMATTER
|
||||
VERSION 4.6.3
|
||||
VERSION 4.6.4
|
||||
|
||||
Author: Dhruva Sagar <http://dhruvasagar.com/>
|
||||
License: MIT <http://opensource.org/licenses/MIT/>
|
||||
|
||||
Reference in New Issue
Block a user