mirror of
https://github.com/neovim/neovim.git
synced 2025-12-04 13:42:41 +00:00
refactor/rename: path_try_shorten_fname()
This commit is contained in:
@@ -8561,7 +8561,7 @@ eval_vars (
|
||||
"E495: no autocommand file name to substitute for \"<afile>\"");
|
||||
return NULL;
|
||||
}
|
||||
result = path_shorten_fname_if_possible(result);
|
||||
result = path_try_shorten_fname(result);
|
||||
break;
|
||||
|
||||
case SPEC_ABUF: /* buffer number for autocommand */
|
||||
|
||||
Reference in New Issue
Block a user