]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2813: cannot grep using fuzzy matching v8.2.2813
authorYegappan Lakshmanan <yegappan@yahoo.com>
Mon, 26 Apr 2021 19:17:52 +0000 (21:17 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 26 Apr 2021 19:17:52 +0000 (21:17 +0200)
commitbb01a1ef3a093cdb36877ba73474719c531dc8cb
tree46d75e2ab284ea6e579e7066edbd3315293f8add
parent5930ddcd25c3c31a323cdb1b74c228958e124527
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 #8152)
runtime/doc/quickfix.txt
src/ex_cmds.c
src/proto/search.pro
src/quickfix.c
src/search.c
src/testdir/test_quickfix.vim
src/version.c
src/vim.h