mirror of
https://github.com/vim/vim.git
synced 2025-11-16 23:24:03 -05:00
patch 9.1.0338: Vim9: import through symlinks not correctly handled
Problem: Vim9: import through symlinks not correctly handled
Solution: Check for script being a symlink but only once
(Ernie Rael)
closes: #14565
Signed-off-by: Ernie Rael <errael@raelity.com>
Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
d1068a2bb0
commit
9a90179a11
@@ -9,6 +9,7 @@ void ex_runtime(exarg_T *eap);
|
||||
void set_context_in_runtime_cmd(expand_T *xp, char_u *arg);
|
||||
int find_script_by_name(char_u *name);
|
||||
int get_new_scriptitem_for_fname(int *error, char_u *fname);
|
||||
void check_script_symlink(int sid);
|
||||
int do_in_path(char_u *path, char *prefix, char_u *name, int flags, void (*callback)(char_u *fname, void *ck), void *cookie);
|
||||
int do_in_runtimepath(char_u *name, int flags, void (*callback)(char_u *fname, void *ck), void *cookie);
|
||||
int source_runtime(char_u *name, int flags);
|
||||
|
||||
Reference in New Issue
Block a user