vimwiki

Personal wiki for vim
git clone https://github.com/vimwiki/vimwiki.git
Log | Files | Refs | README | LICENSE

commit 7730fa28b536f06b7701166e3fc54c23e1338682
parent f384aa6d1e6a23c9ee5ef6168a3376a7833081b0
Author: Steven Schmeiser <steven@schmeiser.org>
Date:   Thu, 17 Aug 2017 10:08:32 -0400

add horizontal alignment to table documentation

Diffstat:
Mdoc/vimwiki.txt | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/doc/vimwiki.txt b/doc/vimwiki.txt @@ -1658,6 +1658,15 @@ values: > To indent table indent the first row. Then format it with 'gqq'. +You can specify horizontal alignment for columns in the separator. The +default is left-align. > + + | Date | Item | Price | + |------------|:------:|--------:| + | yest | Coffee | $15.00 | + | 2017-02-13 | Tea | $2.10 | + | 2017-03-14 | Cake | $143.12 | +< ============================================================================== 10. Diary *vimwiki-diary*