Merge pull request #2212 from bfredl/concealfix

fix missing  conceal cchar when it is the first syntax group shown
This commit is contained in:
Björn Linse
2015-03-22 21:17:35 +01:00
2 changed files with 12 additions and 1 deletions

View File

@@ -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,

View File

@@ -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,