diff options
Diffstat (limited to 'src/ex_cmds.c')
-rw-r--r-- | src/ex_cmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ex_cmds.c b/src/ex_cmds.c index 5cb326ef8..06df5affe 100644 --- a/src/ex_cmds.c +++ b/src/ex_cmds.c @@ -8913,7 +8913,7 @@ ex_oldfiles(exarg_T *eap UNUSED) for (li = l->lv_first; li != NULL && !got_int; li = li->li_next) { ++nr; - fname = get_tv_string(&li->li_tv); + fname = tv_get_string(&li->li_tv); if (!message_filtered(fname)) { msg_outnum((long)nr); |