mirror of
https://github.com/vim/vim.git
synced 2025-10-09 06:14:17 -04:00
updated for version 7.1b
This commit is contained in:
@@ -2399,7 +2399,7 @@ mch_resolve_shortcut(char_u *fname)
|
||||
// full path string must be in Unicode.
|
||||
MultiByteToWideChar(CP_ACP, 0, fname, -1, wsz, MAX_PATH);
|
||||
|
||||
// "load" the name and resove the link
|
||||
// "load" the name and resolve the link
|
||||
hr = ppf->lpVtbl->Load(ppf, wsz, STGM_READ);
|
||||
if (hr != S_OK)
|
||||
goto shortcut_error;
|
||||
|
Reference in New Issue
Block a user