diff options
Diffstat (limited to 'runtime/doc/quickfix.txt')
-rw-r--r-- | runtime/doc/quickfix.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/quickfix.txt b/runtime/doc/quickfix.txt index 211fe9611..3ef3be8e6 100644 --- a/runtime/doc/quickfix.txt +++ b/runtime/doc/quickfix.txt @@ -1557,8 +1557,8 @@ reduce the number of entries. Load the plugin with: > packadd cfilter Then you can use these command: > - :Cfilter[!] {pat} - :Lfilter[!] {pat} + :Cfilter[!] /{pat}/ + :Lfilter[!] /{pat}/ :Cfilter creates a new quickfix list from entries matching {pat} in the current quickfix list. Both the file name and the text of the entries are |