patch 7.4.711 v7.4.711
authorBram Moolenaar <Bram@vim.org>
Tue, 21 Apr 2015 17:10:48 +0000 (19:10 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 21 Apr 2015 17:10:48 +0000 (19:10 +0200)
Problem:    Missing change in one file.
Solution:   Also change option.c

src/option.c
src/version.c

index cf3a3176265db291e833769bef420bb4c4d09317..56d94934d5bb1ba7f607e101f52d03407e7a9291 100644 (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
index 06fb40e80dac4ba13f14e0bfa6605602712ec343..7fbf58a09abb33236a002d682172cd7a42b79f59 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    711,
 /**/
     710,
 /**/