aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/quickfix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/quickfix.h')
-rw-r--r--src/nvim/quickfix.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/quickfix.h b/src/nvim/quickfix.h
index fdeb8d1a2f..f5178e332a 100644
--- a/src/nvim/quickfix.h
+++ b/src/nvim/quickfix.h
@@ -1,10 +1,10 @@
#ifndef NVIM_QUICKFIX_H
#define NVIM_QUICKFIX_H
-#include "nvim/types.h"
#include "nvim/ex_cmds_defs.h"
+#include "nvim/types.h"
-/* flags for skip_vimgrep_pat() */
+// flags for skip_vimgrep_pat()
#define VGR_GLOBAL 1
#define VGR_NOJUMP 2