diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-09-21 23:48:08 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-21 23:48:08 -0700 |
commit | c534ab84474a111ce969b69aba137ee63849cbb9 (patch) | |
tree | 228dc1a75cc165895eed875cf9f03ef0851671cc /runtime/doc/options.txt | |
parent | 45447e3b647259d78434798ddd9c2ae245dcdbcc (diff) | |
parent | 16549324988be0717b59f7e5fec818ee9ad70f52 (diff) | |
download | rneovim-c534ab84474a111ce969b69aba137ee63849cbb9.tar.gz rneovim-c534ab84474a111ce969b69aba137ee63849cbb9.tar.bz2 rneovim-c534ab84474a111ce969b69aba137ee63849cbb9.zip |
Merge #11034 from zwegner/precedes
Fix "precedes" listchar behavior in wrap mode
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 188f7fc2e2..d87898bb89 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -3698,9 +3698,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. A space when omitted. |