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 fa98441 commit 3a0f092Copy full SHA for 3a0f092
2 files changed
src/errors.h
@@ -386,4 +386,6 @@ EXTERN char e_text_found_after_enddef_str[]
386
EXTERN char e_string_required_for_argument_nr[]
387
INIT(= N_("E1174: String required for argument %d"));
388
EXTERN char e_non_empty_string_required_for_argument_nr[]
389
- INIT(= N_("E1142: Non-empty string required for argument %d"));
+ INIT(= N_("E1175: Non-empty string required for argument %d"));
390
+EXTERN char e_misplaced_command_modifier[]
391
+ INIT(= N_("E1176: Misplaced command modifier"));
src/version.c
@@ -750,6 +750,8 @@ static char *(features[]) =
750
751
static int included_patches[] =
752
{ /* Add new patch number below this line */
753
+/**/
754
+ 2653,
755
/**/
756
2652,
757
0 commit comments