1
0
forked from aniani/vim

patch 8.1.0865: when 'listchars' only contains "nbsp:X" it does not work

Problem:    When 'listchars' only contains "nbsp:X" it does not work.
Solution:   Set extra_check when lcs_nbsp is set. (Ralf Schandl, closes #3889)
This commit is contained in:
Bram Moolenaar
2019-01-31 21:57:21 +01:00
parent 375e339007
commit 895d966e34
3 changed files with 25 additions and 3 deletions

View File

@@ -783,6 +783,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
865,
/**/
864,
/**/