diff runtime/doc/quickfix.txt @ 29352:912224cab37f

Update runtime files Commit: https://github.com/vim/vim/commit/0d878b95d8f9ece2fdba81050f5caba224540f9c Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 1 18:45:04 2022 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Fri, 01 Jul 2022 20:00:05 +0200
parents f8116058ca76
children 1e91e26ceebf
line wrap: on
line diff
--- a/runtime/doc/quickfix.txt
+++ b/runtime/doc/quickfix.txt
@@ -568,6 +568,9 @@ pattern is used.
 The |:Lfilter| command does the same as |:Cfilter| but operates on the current
 location list.
 
+The current quickfix/location list is not modified by these commands, so you
+can go back to the unfiltered list using the |:colder|/|:lolder| command.
+
 =============================================================================
 2. The error window					*quickfix-window*