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 9fb7b42 commit 525eba0Copy full SHA for 525eba0
src/errors.h
@@ -3246,6 +3246,6 @@ EXTERN char e_cannot_use_s_colon_in_vim9_script_str[]
3246
INIT(= N_("E1268: Cannot use s: in Vim9 script: %s"));
3247
EXTERN char e_cannot_create_vim9_script_variable_in_function_str[]
3248
INIT(= N_("E1269: Cannot create a Vim9 script variable in a function: %s"));
3249
+#endif
3250
EXTERN char e_cannot_use_s_backslash_in_vim9_script[]
3251
INIT(= N_("E1270: Cannot use :s\\/sub/ in Vim9 script"));
-#endif
src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
754
755
static int included_patches[] =
756
{ /* Add new patch number below this line */
757
+/**/
758
+ 4516,
759
/**/
760
4515,
761
0 commit comments