1
0
forked from aniani/vim

patch 7.4.711

Problem:    Missing change in one file.
Solution:   Also change option.c
This commit is contained in:
Bram Moolenaar
2015-04-21 19:10:48 +02:00
parent 7927836733
commit 4c6b3b20dd
2 changed files with 3 additions and 0 deletions

View File

@@ -7322,6 +7322,7 @@ set_chars_option(varp)
{&lcs_ext, "extends"},
{&lcs_nbsp, "nbsp"},
{&lcs_prec, "precedes"},
{&lcs_space, "space"},
{&lcs_tab2, "tab"},
{&lcs_trail, "trail"},
#ifdef FEAT_CONCEAL