diff options
author | Sean Dewar <seandewar@users.noreply.github.com> | 2022-01-02 00:42:09 +0000 |
---|---|---|
committer | Sean Dewar <seandewar@users.noreply.github.com> | 2022-02-07 17:39:50 +0000 |
commit | 02e74314459621bfd18b3b3a1e3ac261658dc096 (patch) | |
tree | 8aa408f641cf572b11b97020a516c4ed2039e9ea /runtime/doc/quickfix.txt | |
parent | ce797e08f539dc24d16ea8c02591296bbbc83772 (diff) | |
download | rneovim-02e74314459621bfd18b3b3a1e3ac261658dc096.tar.gz rneovim-02e74314459621bfd18b3b3a1e3ac261658dc096.tar.bz2 rneovim-02e74314459621bfd18b3b3a1e3ac261658dc096.zip |
docs(fuzzy-match): cherry-pick latest changes
https://github.com/vim/vim/commit/53f7fccc9413c9f770694b56f40f242d383b2d5f
https://github.com/vim/vim/commit/1b884a0053982335f644eec6c71027706bf3c522
https://github.com/vim/vim/commit/4c295027a426986566cd7a76c47a6d3a529727e7
https://github.com/vim/vim/commit/3ec3217f0491e9ba8aa8ea02f7e454cd19a287ef
Diffstat (limited to 'runtime/doc/quickfix.txt')
-rw-r--r-- | runtime/doc/quickfix.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/runtime/doc/quickfix.txt b/runtime/doc/quickfix.txt index c7289cfca6..ed736ad4eb 100644 --- a/runtime/doc/quickfix.txt +++ b/runtime/doc/quickfix.txt @@ -1014,6 +1014,13 @@ commands can be combined to create a NewGrep command: > updated. With the [!] any changes in the current buffer are abandoned. + 'f' When the 'f' flag is specified, fuzzy string + matching is used to find matching lines. In this + case, {pattern} is treated as a literal string + instead of a regular expression. See + |fuzzy-match| for more information about fuzzy + matching strings. + |QuickFixCmdPre| and |QuickFixCmdPost| are triggered. A file that is opened for matching may use a buffer number, but it is reused if possible to avoid |