aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/quickfix.h
diff options
context:
space:
mode:
authorSean Dewar <seandewar@users.noreply.github.com>2022-01-01 23:06:09 +0000
committerSean Dewar <seandewar@users.noreply.github.com>2022-02-07 17:20:51 +0000
commitce797e08f539dc24d16ea8c02591296bbbc83772 (patch)
treeb9ac154502bc1c4d7afb239859a26541b1e6515e /src/nvim/quickfix.h
parent715fbcbb8c6ec4385d1168b1260fdb991d4e6fc5 (diff)
downloadrneovim-ce797e08f539dc24d16ea8c02591296bbbc83772.tar.gz
rneovim-ce797e08f539dc24d16ea8c02591296bbbc83772.tar.bz2
rneovim-ce797e08f539dc24d16ea8c02591296bbbc83772.zip
vim-patch:8.2.2813: cannot grep using fuzzy matching
Problem: Cannot grep using fuzzy matching. Solution: Add the "f" flag to :vimgrep. (Yegappan Lakshmanan, closes vim/vim#8152) https://github.com/vim/vim/commit/bb01a1ef3a093cdb36877ba73474719c531dc8cb
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"