commit | d29459baa61819e59961804ed258efac5733ec70 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 26 22:29:11 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 26 22:29:11 2016 +0200 |
tree | 11154e516a0d506808a6bb51d77add58af7d6e16 | |
parent | 257095760732597983bdd026e791907b7980e295 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index a46e748..934eecb 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2263, +/**/ 2262, /**/ 2261,