diff options
author | Sean Dewar <seandewar@users.noreply.github.com> | 2022-02-07 22:57:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-07 22:57:25 +0000 |
commit | 9259bc62150e28875d19ea1449d9ea649d842c62 (patch) | |
tree | 8aa408f641cf572b11b97020a516c4ed2039e9ea /src/nvim/quickfix.h | |
parent | f02a5a7bdaafc1c5ff61aee133eb2b6ba5f57586 (diff) | |
parent | 02e74314459621bfd18b3b3a1e3ac261658dc096 (diff) | |
download | rneovim-9259bc62150e28875d19ea1449d9ea649d842c62.tar.gz rneovim-9259bc62150e28875d19ea1449d9ea649d842c62.tar.bz2 rneovim-9259bc62150e28875d19ea1449d9ea649d842c62.zip |
Merge pull request #16873 from seandewar/vim-8.2.1665
vim-patch:8.2.{1665,1726,1872,1893,1921,2280,2813}: `matchfuzzy` and friends
Diffstat (limited to 'src/nvim/quickfix.h')
-rw-r--r-- | src/nvim/quickfix.h | 1 |
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" |