]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0150: completion for :filter does not skip the pattern v8.0.0150
authorBram Moolenaar <Bram@vim.org>
Sat, 7 Jan 2017 19:39:53 +0000 (20:39 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 7 Jan 2017 19:39:53 +0000 (20:39 +0100)
commit7069bf18e1b1b7bc7640335e07d1022b5acc9048
tree0b71e10fe30c67064ccb2147381cd7f30a142c89
parentcbd4de44e8d08fba3c09eb40ad6e36e83faf020a
patch 8.0.0150: completion for :filter does not skip the pattern

Problem:    When the pattern of :filter does not have a separator then
            completion of the command fails.
Solution:   Skip over the pattern. (Ozaki Kiichi, clodes #1299)
src/ex_docmd.c
src/testdir/test_filter_cmd.vim
src/version.c