mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.2.4726: cannot use expand() to get the script name
Problem: Cannot use expand() to get the script name. Solution: Support expand('<script>'). (closes #10121)
This commit is contained in:
@@ -3258,3 +3258,5 @@ EXTERN char e_using_type_not_in_script_context_str[]
|
||||
#endif
|
||||
EXTERN char e_nfa_regexp_missing_value_in_chr[]
|
||||
INIT(= N_("E1273: (NFA regexp) missing value in '\\%%%c'"));
|
||||
EXTERN char e_no_script_file_name_to_substitute_for_script[]
|
||||
INIT(= N_("E1274: No script file name to substitute for \"<script>\""));
|
||||
|
Reference in New Issue
Block a user