diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-07-28 18:17:41 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-07-28 18:17:41 +0200 |
commit | 477db060eb91dbef6698b6c69ffd560557f2f3ae (patch) | |
tree | a0bddbfc95c9bf7cbe27d46675457cae420982a5 /runtime/doc/options.txt | |
parent | 6e202e52b725f7c0a77837dbb0dc0d85c1d74733 (diff) | |
download | vim-git-477db060eb91dbef6698b6c69ffd560557f2f3ae.tar.gz |
More runtime file updates.
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r-- | runtime/doc/options.txt | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index f7b90ca3f..469d6064c 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1,4 +1,4 @@ -*options.txt* For Vim version 7.3c. Last change: 2010 Jul 25 +*options.txt* For Vim version 7.3c. Last change: 2010 Jul 28 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1741,12 +1741,15 @@ A jump table for the options with a short description can be found at |Q_op|. Value Effect ~ 0 Text is shown normally - 1 Each block of concealed text is replaced with the - character defined in 'listchars' (default is a dash) - and highlighted with the "Conceal" highlight group. + 1 Each block of concealed text is replaced with one + character. If the syntax item does not have a custom + replacement character defined (see |:syn-cchar|) the + character defined in 'listchars' is used (default is a + space). + It is highlighted with the "Conceal" highlight group. 2 Concealed text is completely hidden unless it has a custom replacement character defined (see - |:syn-cchar|. + |:syn-cchar|). 3 Concealed text is completely hidden. Note: in the cursor line concealed text is not hidden, so that you can |