Skip to content

Commit a5a1ec1

Browse files
committed
patch 8.2.2482: build error
Problem: Build error. Solution: Add new error message.
1 parent 4f53b79 commit a5a1ec1

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/errors.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,3 +355,5 @@ EXTERN char e_cannot_use_flatten_in_vim9_script[]
355355
INIT(= N_("E1158: Cannot use flatten() in Vim9 script"));
356356
EXTERN char e_cannot_split_window_when_closing_buffer[]
357357
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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -750,6 +750,8 @@ static char *(features[]) =
750750

751751
static int included_patches[] =
752752
{ /* Add new patch number below this line */
753+
/**/
754+
2482,
753755
/**/
754756
2481,
755757
/**/

0 commit comments

Comments
 (0)