mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 20:08:17 +00:00
fix(source): make changing 'shellslash' change expand() result
This commit is contained in:
@@ -1906,7 +1906,7 @@ void nlua_set_sctx(sctx_T *current)
|
||||
break;
|
||||
}
|
||||
char *source_path = fix_fname(info->source + 1);
|
||||
get_current_script_id((char_u *)source_path, current);
|
||||
get_current_script_id(&source_path, current);
|
||||
xfree(source_path);
|
||||
current->sc_lnum = info->currentline;
|
||||
current->sc_seq = -1;
|
||||
|
Reference in New Issue
Block a user