diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-09-20 17:00:17 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-09-20 17:00:17 +0200 |
commit | bffba7f7042f6082e75b42484b15f66087b01941 (patch) | |
tree | 3fcb97d519845afa946d27dbd41b03456a2d33c8 /runtime/doc/options.txt | |
parent | 589edb340454e7f1b19358f129287a636d53d0e1 (diff) | |
download | vim-git-bffba7f7042f6082e75b42484b15f66087b01941.tar.gz |
patch 8.1.2060: "precedes" in 'listchars' not used properlyv8.1.2060
Problem: "precedes" in 'listchars' not used properly.
Solution: Correctly handle the "precedes" char in list mode for long lines.
(Christian Brabandt, closes #4953)
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r-- | runtime/doc/options.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 9f3d1dae6..1dd74919b 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -4842,9 +4842,9 @@ A jump table for the options with a short description can be found at |Q_op|. off and the line continues beyond the right of the screen. *lcs-precedes* - precedes:c Character to show in the first column, when 'wrap' - is off and there is text preceding the character - visible in the first column. + precedes:c Character to show in the first visible column of the + physical line, when there is text preceding the + character visible in the first column. *lcs-conceal* conceal:c Character to show in place of concealed text, when 'conceallevel' is set to 1. |