forked from aniani/vim
patch 7.4.2263
Problem: :filter does not work for many commands. Can only get matching messages. Solution: Make :filter work for :command, :map, :list, :number and :print. Make ":filter!" show non-matching lines.
This commit is contained in:
@@ -572,6 +572,7 @@ typedef struct
|
||||
char_u *save_ei; /* saved value of 'eventignore' */
|
||||
# endif
|
||||
regmatch_T filter_regmatch; /* set by :filter /pat/ */
|
||||
int filter_force; /* set for :filter! */
|
||||
} cmdmod_T;
|
||||
|
||||
#define MF_SEED_LEN 8
|
||||
|
Reference in New Issue
Block a user