summaryrefslogtreecommitdiff
path: root/src/quickfix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/quickfix.c')
-rw-r--r--src/quickfix.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/quickfix.c b/src/quickfix.c
index 739b8945b..95cf8f77d 100644
--- a/src/quickfix.c
+++ b/src/quickfix.c
@@ -3071,9 +3071,9 @@ ex_vimgrep(eap)
regmatch.startpos[0].col + 1,
FALSE, /* vis_col */
NULL, /* search pattern */
- 0, /* nr */
- 0, /* type */
- TRUE /* valid */
+ 0, /* nr */
+ 0, /* type */
+ TRUE /* valid */
) == FAIL)
{
got_int = TRUE;