vimwiki

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

commit cdc9940887d5ee55cf40071a1c5ae2925128f1f4
parent a013e8b1b52f58125dd279e2db3ade1facee2978
Author: Rane Brown <rane.brown@gmail.com>
Date:   Mon, 25 Mar 2019 08:44:59 -0600

Fix spelling per comment in #637

Diffstat:
Mdoc/vimwiki.txt | 11++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/doc/vimwiki.txt b/doc/vimwiki.txt @@ -2722,13 +2722,14 @@ Default: 1 ------------------------------------------------------------------------------ *g:vimwiki_table_reduce_last_col* -If set, the last column spearator will not be expanded to fill the cell. -When `:set wrap` this option improves how a table is displayed, particularly on small screens. -If |g:vimwiki_table_auto_fmt| is set to 0, this option has no effect. +If set, the last column separator will not be expanded to fill the cell. When +`:set wrap` this option improves how a table is displayed, particularly on +small screens. If |g:vimwiki_table_auto_fmt| is set to 0, this option has no +effect. Value Description~ -0 Enable table auto formating for all column. -1 Disable table auto formating for last column. +0 Enable table auto formating for all columns. +1 Disable table auto formating for the last column. Default: 0