diff options
Diffstat (limited to 'src/mark.c')
-rw-r--r-- | src/mark.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mark.c b/src/mark.c index d5dd868167..bd37f93eb1 100644 --- a/src/mark.c +++ b/src/mark.c @@ -482,7 +482,7 @@ static void fname2fnum(xfmark_T *fm) /* Try to shorten the file name. */ os_dirname(IObuff, IOSIZE); - p = shorten_fname(NameBuff, IObuff); + p = path_shorten_fname(NameBuff, IObuff); /* buflist_new() will call fmarks_check_names() */ (void)buflist_new(NameBuff, p, (linenr_T)1, 0); |