Hi all, Patch 8.1.0311 adds a new optional cfilter.vim plugin to Vim. A recent runtime update adds additional functionality to this plugin.
This plugin provides commands (:Cfilter and :Lfilter) which can be used to filter entries from a quickfix or a location list. For example, the command ":Cfilter /mypat/" can be used to create a new quickfix list from the current quickfix list using entries with filenames or text matching 'mypat'. The command ":Cfilter! /mypat/" can be used to create a quickfix list with entries not matching 'mypat'. The ":Lfilter" command operates on the location list. To load this plugin, add ":packadd cfilter" to your .vimrc file. Any comments or suggestions about the new plugin are welcome. Thanks, Yegappan -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
