File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -359,7 +359,9 @@ static int re_mult_next(char *what);
359359
360360static char_u e_missingbracket [] = N_ ("E769: Missing ] after %s[" );
361361static char_u e_reverse_range [] = N_ ("E944: Reverse range in character class" );
362+ #ifdef FEAT_MBYTE
362363static char_u e_large_class [] = N_ ("E945: Range too large in character class" );
364+ #endif
363365static char_u e_unmatchedpp [] = N_ ("E53: Unmatched %s%%(" );
364366static char_u e_unmatchedp [] = N_ ("E54: Unmatched %s(" );
365367static char_u e_unmatchedpar [] = N_ ("E55: Unmatched %s)" );
Original file line number Diff line number Diff line change @@ -764,6 +764,8 @@ static char *(features[]) =
764764
765765static int included_patches [] =
766766{ /* Add new patch number below this line */
767+ /**/
768+ 624 ,
767769/**/
768770 623 ,
769771/**/
You can’t perform that action at this time.
0 commit comments