mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
patch 7.4.711
Problem: Missing change in one file. Solution: Also change option.c
This commit is contained in:
parent
7927836733
commit
4c6b3b20dd
@ -7322,6 +7322,7 @@ set_chars_option(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"},
|
||||||
#ifdef FEAT_CONCEAL
|
#ifdef FEAT_CONCEAL
|
||||||
|
@ -741,6 +741,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
711,
|
||||||
/**/
|
/**/
|
||||||
710,
|
710,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user