mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 00:08:19 +00:00
Replaced most TRUE/FALSE macros in arabic, mbyte and spell. #645
This commit is contained in:

committed by
Justin M. Keyes

parent
ef34a0ab13
commit
a568e8b644
@@ -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));
|
||||
|
Reference in New Issue
Block a user