diff options
author | zeertzjq <zeertzjq@outlook.com> | 2025-01-12 07:43:58 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-12 07:43:58 +0800 |
commit | 88dca6a83593a0cf33866addf36cad2e847a2899 (patch) | |
tree | 914b8029067f159c84f79ce801e2281182ba541f /runtime/doc/quickfix.txt | |
parent | a119aae4d3deebea453ccd7c2dea814aed2c9f21 (diff) | |
download | rneovim-88dca6a83593a0cf33866addf36cad2e847a2899.tar.gz rneovim-88dca6a83593a0cf33866addf36cad2e847a2899.tar.bz2 rneovim-88dca6a83593a0cf33866addf36cad2e847a2899.zip |
vim-patch:partial:9598a63: runtime(doc): add package-<name> helptags for included packages (#31972)
Improve how to find the justify package
closes: vim/vim#16420
https://github.com/vim/vim/commit/9598a6369bce32d3da831e8968caf4625985ac3c
Co-authored-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Peter Benjamin <petermbenjamin@gmail.com>
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 a291c0277d..70082c7835 100644 --- a/runtime/doc/quickfix.txt +++ b/runtime/doc/quickfix.txt @@ -538,9 +538,9 @@ EXECUTE A COMMAND IN ALL THE BUFFERS IN QUICKFIX OR LOCATION LIST: < Otherwise it works the same as `:ldo`. FILTERING A QUICKFIX OR LOCATION LIST: - *cfilter-plugin* *:Cfilter* *:Lfilter* + *cfilter-plugin* *:Cfilter* *:Lfilter* *package-cfilter* If you have too many entries in a quickfix list, you can use the cfilter -plugin to reduce the number of entries. Load the plugin with: > +plugin to reduce the number of entries. Load the plugin with: >vim packadd cfilter |