mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00: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:

committed by
Justin M. Keyes

parent
7f07646294
commit
b52deb6cc8
@@ -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"},
|
||||||
|
@@ -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,
|
||||||
|
Reference in New Issue
Block a user