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 4f53b79 commit a5a1ec1Copy full SHA for a5a1ec1
2 files changed
src/errors.h
@@ -355,3 +355,5 @@ EXTERN char e_cannot_use_flatten_in_vim9_script[]
355
INIT(= N_("E1158: Cannot use flatten() in Vim9 script"));
356
EXTERN char e_cannot_split_window_when_closing_buffer[]
357
INIT(= N_("E1159: Cannot split a window when closing the buffer"));
358
+EXTERN char e_cannot_use_default_for_variable_arguments[]
359
+ INIT(= N_("E1160: Cannot use a default for variable arguments"));
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
+ 2482,
755
/**/
756
2481,
757
0 commit comments