]> granicus.if.org Git - vim/commit
patch 7.4.2263 v7.4.2263
authorBram Moolenaar <Bram@vim.org>
Fri, 26 Aug 2016 20:29:11 +0000 (22:29 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 26 Aug 2016 20:29:11 +0000 (22:29 +0200)
commitd29459baa61819e59961804ed258efac5733ec70
tree11154e516a0d506808a6bb51d77add58af7d6e16
parent257095760732597983bdd026e791907b7980e295
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.
src/ex_cmds.c
src/ex_cmds.h
src/ex_docmd.c
src/getchar.c
src/message.c
src/structs.h
src/testdir/test_filter_cmd.vim
src/version.c