Skip to content

Commit

Permalink
patch 7.4.711
Browse files Browse the repository at this point in the history
Problem:    Missing change in one file.
Solution:   Also change option.c
  • Loading branch information
brammool committed Apr 21, 2015
1 parent 7927836 commit 4c6b3b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/option.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -741,6 +741,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
711,
/**/
710,
/**/
Expand Down

0 comments on commit 4c6b3b2

Please sign in to comment.