diff options
Diffstat (limited to 'src/quickfix.c')
-rw-r--r-- | src/quickfix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quickfix.c b/src/quickfix.c index cfbe07ac87..c98b43fff6 100644 --- a/src/quickfix.c +++ b/src/quickfix.c @@ -2859,7 +2859,7 @@ void ex_vimgrep(exarg_T *eap) seconds = (time_t)0; for (fi = 0; fi < fcount && !got_int && tomatch > 0; ++fi) { - fname = shorten_fname1(fnames[fi]); + fname = path_shorten_fname_if_possible(fnames[fi]); if (time(NULL) > seconds) { /* Display the file name every second or so, show the user we are * working on it. */ |