vim-patch:7.4.711

Problem:    Missing change in one file.
Solution:   Also change option.c

https://github.com/vim/vim/releases/tag/v7-4-711
This commit is contained in:
David Bürgin
2015-04-23 18:53:10 +02:00
committed by Justin M. Keyes
parent 7f07646294
commit b52deb6cc8
2 changed files with 2 additions and 1 deletions

View File

@@ -4502,6 +4502,7 @@ static char_u *set_chars_option(char_u **varp)
{&lcs_ext, "extends"}, {&lcs_ext, "extends"},
{&lcs_nbsp, "nbsp"}, {&lcs_nbsp, "nbsp"},
{&lcs_prec, "precedes"}, {&lcs_prec, "precedes"},
{&lcs_space, "space"},
{&lcs_tab2, "tab"}, {&lcs_tab2, "tab"},
{&lcs_trail, "trail"}, {&lcs_trail, "trail"},
{&lcs_conceal, "conceal"}, {&lcs_conceal, "conceal"},

View File

@@ -68,7 +68,7 @@ static char *features[] = {
// clang-format off // clang-format off
static int included_patches[] = { static int included_patches[] = {
//712, //712,
//711, 711,
710, 710,
//709, //709,
//708, //708,