File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -98,7 +98,9 @@ static char *e_listarg = N_("E686: Argument of %s must be a List");
9898static char *e_listdictarg = N_("E712: Argument of %s must be a List or Dictionary");
9999static char *e_listreq = N_("E714: List required");
100100static char *e_dictreq = N_("E715: Dictionary required");
101+ #ifdef FEAT_QUICKFIX
101102static char *e_stringreq = N_("E928: String required");
103+ #endif
102104static char *e_toomanyarg = N_("E118: Too many arguments for function: %s");
103105static char *e_dictkey = N_("E716: Key not present in Dictionary: %s");
104106static char *e_funcexts = N_("E122: Function %s already exists, add ! to replace it");
Original file line number Diff line number Diff line change @@ -753,6 +753,8 @@ static char *(features[]) =
753753
754754static int included_patches [] =
755755{ /* Add new patch number below this line */
756+ /**/
757+ 1771 ,
756758/**/
757759 1770 ,
758760/**/
You can’t perform that action at this time.
0 commit comments