Skip to content

Commit 1506c84

Browse files
brammooldouglasdrumond
authored andcommitted
patch 7.4.711 Problem: Missing change in one file. Solution: Also change option.c
1 parent 82342c5 commit 1506c84

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/option.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7409,6 +7409,7 @@ set_chars_option(varp)
74097409
{&lcs_ext, "extends"},
74107410
{&lcs_nbsp, "nbsp"},
74117411
{&lcs_prec, "precedes"},
7412+
{&lcs_space, "space"},
74127413
{&lcs_tab2, "tab"},
74137414
{&lcs_trail, "trail"},
74147415
#ifdef FEAT_CONCEAL

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -756,6 +756,8 @@ static char *(features[]) =
756756

757757
static int included_patches[] =
758758
{ /* Add new patch number below this line */
759+
/**/
760+
711,
759761
/**/
760762
710,
761763
/**/

0 commit comments

Comments
 (0)