summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <bram@vim.org>2015-04-21 19:10:48 +0200
committerBram Moolenaar <bram@vim.org>2015-04-21 19:10:48 +0200
commited388b606c0a2cad8e6bc6ef3e0a895dd95c783b (patch)
treed9ce1a0af32a519770f784f90d0ed699928af252
parentb1b3b003503ed9d868c7bc48716ad1fa5113c392 (diff)
downloadvim-ed388b606c0a2cad8e6bc6ef3e0a895dd95c783b.tar.gz
patch 7.4.711v7.4.711v7-4-711
Problem: Missing change in one file. Solution: Also change option.c
-rw-r--r--src/option.c1
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/option.c b/src/option.c
index cf3a3176..56d94934 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 06fb40e8..7fbf58a0 100644
--- 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,