File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -2715,7 +2715,7 @@ EXTERN char e_cannot_use_scriptversion_after_vim9script[]
27152715 INIT (= N_ ("E1040: Cannot use :scriptversion after :vim9script" ));
27162716#ifdef FEAT_EVAL
27172717EXTERN char e_redefining_script_item_str []
2718- INIT (= N_ ("E1041: Redefining script item %s " ));
2718+ INIT (= N_ ("E1041: Redefining script item: \"%s\" " ));
27192719EXTERN char e_export_can_only_be_used_in_vim9script []
27202720 INIT (= N_ ("E1042: Export can only be used in vim9script" ));
27212721EXTERN char e_invalid_command_after_export []
Original file line number Diff line number Diff line change @@ -750,6 +750,8 @@ static char *(features[]) =
750750
751751static int included_patches [] =
752752{ /* Add new patch number below this line */
753+ /**/
754+ 4604 ,
753755/**/
754756 4603 ,
755757/**/
You can’t perform that action at this time.
0 commit comments