mirror of
https://github.com/neovim/neovim.git
synced 2026-07-18 15:11:40 +00:00
Merge pull request #2212 from bfredl/concealfix
fix missing conceal cchar when it is the first syntax group shown
This commit is contained in:
@@ -319,7 +319,7 @@ static char msg_no_items[] = N_("No Syntax items defined for this buffer");
|
||||
#define ID_LIST_ALL (short *)-1 /* valid of si_cont_list for containing all
|
||||
but contained groups */
|
||||
|
||||
static int next_seqnr = 0; /* value to use for si_seqnr */
|
||||
static int next_seqnr = 1; /* value to use for si_seqnr */
|
||||
|
||||
/*
|
||||
* The next possible match in the current line for any pattern is remembered,
|
||||
|
||||
@@ -178,6 +178,17 @@ static char *(features[]) = {
|
||||
|
||||
// clang-format off
|
||||
static int included_patches[] = {
|
||||
673,
|
||||
//672,
|
||||
//671,
|
||||
//670,
|
||||
//669,
|
||||
//668,
|
||||
//667,
|
||||
//666,
|
||||
//665,
|
||||
//664,
|
||||
//663,
|
||||
//662,
|
||||
//661,
|
||||
660,
|
||||
|
||||
Reference in New Issue
Block a user