From 4c6b3b20dd86bb44247bb82ffc3b67eaee830954 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 21 Apr 2015 19:10:48 +0200 Subject: patch 7.4.711 Problem: Missing change in one file. Solution: Also change option.c --- src/option.c | 1 + src/version.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/option.c b/src/option.c index cf3a31762..56d94934d 100644 --- 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 index 06fb40e80..7fbf58a09 100644 --- a/src/version.c +++ b/src/version.c @@ -741,6 +741,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 711, /**/ 710, /**/ -- cgit v1.2.1