comparison runtime/doc/options.txt @ 18131:851a014dfd8b v8.1.2060

patch 8.1.2060: "precedes" in 'listchars' not used properly Commit: https://github.com/vim/vim/commit/bffba7f7042f6082e75b42484b15f66087b01941 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 20 17:00:17 2019 +0200 patch 8.1.2060: "precedes" in 'listchars' not used properly Problem: "precedes" in 'listchars' not used properly. Solution: Correctly handle the "precedes" char in list mode for long lines. (Christian Brabandt, closes #4953)
author Bram Moolenaar <Bram@vim.org>
date Fri, 20 Sep 2019 17:15:04 +0200
parents 1e5672da6a69
children 03b854983b14
comparison
equal deleted inserted replaced
18130:1e5672da6a69 18131:851a014dfd8b
4840 *lcs-extends* 4840 *lcs-extends*
4841 extends:c Character to show in the last column, when 'wrap' is 4841 extends:c Character to show in the last column, when 'wrap' is
4842 off and the line continues beyond the right of the 4842 off and the line continues beyond the right of the
4843 screen. 4843 screen.
4844 *lcs-precedes* 4844 *lcs-precedes*
4845 precedes:c Character to show in the first column, when 'wrap' 4845 precedes:c Character to show in the first visible column of the
4846 is off and there is text preceding the character 4846 physical line, when there is text preceding the
4847 visible in the first column. 4847 character visible in the first column.
4848 *lcs-conceal* 4848 *lcs-conceal*
4849 conceal:c Character to show in place of concealed text, when 4849 conceal:c Character to show in place of concealed text, when
4850 'conceallevel' is set to 1. 4850 'conceallevel' is set to 1.
4851 *lcs-nbsp* 4851 *lcs-nbsp*
4852 nbsp:c Character to show for a non-breakable space character 4852 nbsp:c Character to show for a non-breakable space character