mirror of
https://github.com/neovim/neovim.git
synced 2024-12-29 14:41:06 -07:00
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:
parent
7f07646294
commit
b52deb6cc8
@ -4502,6 +4502,7 @@ static char_u *set_chars_option(char_u **varp)
|
||||
{&lcs_ext, "extends"},
|
||||
{&lcs_nbsp, "nbsp"},
|
||||
{&lcs_prec, "precedes"},
|
||||
{&lcs_space, "space"},
|
||||
{&lcs_tab2, "tab"},
|
||||
{&lcs_trail, "trail"},
|
||||
{&lcs_conceal, "conceal"},
|
||||
|
@ -68,7 +68,7 @@ static char *features[] = {
|
||||
// clang-format off
|
||||
static int included_patches[] = {
|
||||
//712,
|
||||
//711,
|
||||
711,
|
||||
710,
|
||||
//709,
|
||||
//708,
|
||||
|
Loading…
Reference in New Issue
Block a user