# HG changeset patch # User Bram Moolenaar # Date 1429636248 -7200 # Node ID 64a32aca791911f33d8efd1cfa5368ae26113b8c # Parent 1d01543aaaf16da46e2eb0aefee8f108a40cbf96 patch 7.4.711 Problem: Missing change in one file. Solution: Also change option.c diff --git a/src/option.c b/src/option.c --- a/src/option.c +++ b/src/option.c @@ -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 diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -742,6 +742,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 711, +/**/ 710, /**/ 709,