diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/nvim/eval.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/nvim/eval.c b/src/nvim/eval.c index 38aa587d37..f6545a5ca9 100644 --- a/src/nvim/eval.c +++ b/src/nvim/eval.c @@ -21722,8 +21722,8 @@ void ex_oldfiles(exarg_T *eap)      /* Assume "got_int" was set to truncate the listing. */      got_int = FALSE; -    // File selection prompt on ":oldfiles!" -    if (eap->forceit) { +    // File selection prompt on ":browse oldfiles" +    if (cmdmod.browse) {        quit_more = false;        nr = prompt_for_number(false);        msg_starthere(); | 
