diff options
Diffstat (limited to 'src/nvim/quickfix.c')
-rw-r--r-- | src/nvim/quickfix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/quickfix.c b/src/nvim/quickfix.c index 1dda982c92..3f61414f4b 100644 --- a/src/nvim/quickfix.c +++ b/src/nvim/quickfix.c @@ -2793,7 +2793,7 @@ void ex_vimgrep(exarg_T *eap) ; /* parse the list of arguments */ - if (get_arglist_exp(p, &fcount, &fnames, TRUE) == FAIL) + if (get_arglist_exp(p, &fcount, &fnames, true) == FAIL) goto theend; if (fcount == 0) { EMSG(_(e_nomatch)); |