aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-09-21 20:29:15 -0700
committerJustin M. Keyes <justinkz@gmail.com>2019-09-21 22:13:55 -0700
commit16549324988be0717b59f7e5fec818ee9ad70f52 (patch)
tree228dc1a75cc165895eed875cf9f03ef0851671cc /runtime
parent18e5869f56aab8a52d84185e5bd043799c36ae2d (diff)
downloadrneovim-16549324988be0717b59f7e5fec818ee9ad70f52.tar.gz
rneovim-16549324988be0717b59f7e5fec818ee9ad70f52.tar.bz2
rneovim-16549324988be0717b59f7e5fec818ee9ad70f52.zip
vim-patch:8.1.2060: "precedes" in 'listchars' not used properly
(Credit: Zach Wegner, https://github.com/neovim/neovim/pull/11034) Problem: "precedes" in 'listchars' not used properly. Solution: Correctly handle the "precedes" char in list mode for long lines. https://github.com/vim/vim/commit/bffba7f7042f6082e75b42484b15f66087b01941
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/options.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index ec0f119033..d87898bb89 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -3698,8 +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 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.