Skip to content

Commit 525eba0

Browse files
committed
patch 8.2.4516: build failure without the +eval feature
Problem: Build failure without the +eval feature. Solution: Move error message outside of #ifdef.
1 parent 9fb7b42 commit 525eba0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/errors.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3246,6 +3246,6 @@ EXTERN char e_cannot_use_s_colon_in_vim9_script_str[]
32463246
INIT(= N_("E1268: Cannot use s: in Vim9 script: %s"));
32473247
EXTERN char e_cannot_create_vim9_script_variable_in_function_str[]
32483248
INIT(= N_("E1269: Cannot create a Vim9 script variable in a function: %s"));
3249+
#endif
32493250
EXTERN char e_cannot_use_s_backslash_in_vim9_script[]
32503251
INIT(= N_("E1270: Cannot use :s\\/sub/ in Vim9 script"));
3251-
#endif

src/version.c

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

755755
static int included_patches[] =
756756
{ /* Add new patch number below this line */
757+
/**/
758+
4516,
757759
/**/
758760
4515,
759761
/**/

0 commit comments

Comments
 (0)