From cdc9940887d5ee55cf40071a1c5ae2925128f1f4 Mon Sep 17 00:00:00 2001 From: Rane Brown Date: Mon, 25 Mar 2019 08:44:59 -0600 Subject: [PATCH] Fix spelling per comment in #637 --- doc/vimwiki.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/vimwiki.txt b/doc/vimwiki.txt index 571a986..e6b15ef 100644 --- 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