mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
patch 8.1.0495: :filter only supports some commands
Problem: :filter only supports some commands. Solution: Add :filter support for more commands. (Marcin Szamotulski, closes #2856)
This commit is contained in:
@@ -1882,6 +1882,8 @@ ex_function(exarg_T *eap)
|
||||
{
|
||||
--todo;
|
||||
fp = HI2UF(hi);
|
||||
if (message_filtered(fp->uf_name))
|
||||
continue;
|
||||
if (!func_name_refcount(fp->uf_name))
|
||||
list_func_head(fp, FALSE);
|
||||
}
|
||||
|
Reference in New Issue
Block a user