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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/quickfix.h b/src/nvim/quickfix.h
index f5178e332a..0da43e436c 100644
--- a/src/nvim/quickfix.h
+++ b/src/nvim/quickfix.h
@@ -7,6 +7,7 @@
// flags for skip_vimgrep_pat()
#define VGR_GLOBAL 1
#define VGR_NOJUMP 2
+#define VGR_FUZZY 4
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "quickfix.h.generated.h"