feat: can selectively add entries to quickfix (#564)

* bugfix: fix to enable adding or replacing of quickfix entries

* feat: added option to send only matched files to the quickfix list
This commit is contained in:
Anton Janshagen 2025-01-26 18:18:37 +01:00 committed by GitHub
parent a3fc6623fa
commit b594b9a905
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 32 additions and 8 deletions

View file

@ -605,9 +605,12 @@ send_to_qflist *actions.send_to_qflis
previous entries.
Parameters:
{action} `"r"|"a"` Replace or add to current quickfix list (see
|setqflist-action|)
{target} `"qflist"|"loclist"` The target list to send files to
{target} `"qflist"|"loclist"` The target list to send files to
{action} `"r"|"a"` Replace or add to current quickfix list
(see |setqflist-action|)
{only_matching_search} `boolean` Whether to only add the files that matches
the last search. This option only applies when search
highlighting is active
show_help *actions.show_help*
Show default keymaps