diff options
Diffstat (limited to 'src/nvim/quickfix.h')
-rw-r--r-- | src/nvim/quickfix.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/nvim/quickfix.h b/src/nvim/quickfix.h index c3b7d714c7..bb9c2c3193 100644 --- a/src/nvim/quickfix.h +++ b/src/nvim/quickfix.h @@ -1,6 +1,10 @@ #ifndef NVIM_QUICKFIX_H #define NVIM_QUICKFIX_H +/* flags for skip_vimgrep_pat() */ +#define VGR_GLOBAL 1 +#define VGR_NOJUMP 2 + #ifdef INCLUDE_GENERATED_DECLARATIONS # include "quickfix.h.generated.h" #endif |