forked from aniani/vim
patch 8.2.3347: check for legacy script is incomplete
Problem: Check for legacy script is incomplete. (Naohiro Ono) Solution: Also check the :legacy modifier. Use for string concatenation with "." and others (issue #8756)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
/* vim9script.c */
|
||||
int in_vim9script(void);
|
||||
int in_old_script(int max_version);
|
||||
int current_script_is_vim9(void);
|
||||
void ex_vim9script(exarg_T *eap);
|
||||
int not_in_vim9(exarg_T *eap);
|
||||
|
Reference in New Issue
Block a user