mirror of
https://github.com/vim/vim.git
synced 2025-10-13 06:54:15 -04:00
patch 8.1.0894: MS-Windows: resolve() does not return a reparse point
Problem: MS-Windows: resolve() does not return a reparse point. Solution: Improve resolve(). (Yasuhiro Matsumoto, closes #3896)
This commit is contained in:
@@ -9912,7 +9912,7 @@ f_resolve(typval_T *argvars, typval_T *rettv)
|
||||
{
|
||||
char_u *v = NULL;
|
||||
|
||||
v = mch_resolve_shortcut(p);
|
||||
v = mch_resolve_path(p, TRUE);
|
||||
if (v != NULL)
|
||||
rettv->vval.v_string = v;
|
||||
else
|
||||
|
Reference in New Issue
Block a user