projects
/
vim
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7927836
)
patch 7.4.711
v7.4.711
author
Bram Moolenaar
<Bram@vim.org>
Tue, 21 Apr 2015 17:10:48 +0000
(19:10 +0200)
committer
Bram 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
patch
|
blob
|
history
src/version.c
patch
|
blob
|
history
diff --git
a/src/option.c
b/src/option.c
index cf3a3176265db291e833769bef420bb4c4d09317..56d94934d5bb1ba7f607e101f52d03407e7a9291 100644
(file)
--- 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 06fb40e80dac4ba13f14e0bfa6605602712ec343..7fbf58a09abb33236a002d682172cd7a42b79f59 100644
(file)
--- 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,
/**/