We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9163efb commit 3d3e2aaCopy full SHA for 3d3e2aa
2 files changed
src/errors.h
@@ -1180,10 +1180,8 @@ EXTERN char e_invalid_value_for_argument_str_str[]
1180
#endif
1181
EXTERN char e_invalid_command[]
1182
INIT(= N_("E476: Invalid command"));
1183
-#ifdef FEAT_EVAL
1184
EXTERN char e_invalid_command_str[]
1185
INIT(= N_("E476: Invalid command: %s"));
1186
-#endif
1187
EXTERN char e_no_bang_allowed[]
1188
INIT(= N_("E477: No ! allowed"));
1189
EXTERN char e_dont_panic[]
src/version.c
@@ -695,6 +695,8 @@ static char *(features[]) =
695
696
static int included_patches[] =
697
{ /* Add new patch number below this line */
698
+/**/
699
+ 1003,
700
/**/
701
1002,
702
0 commit comments