]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0495: :filter only supports some commands v8.1.0495
authorBram Moolenaar <Bram@vim.org>
Thu, 25 Oct 2018 11:31:37 +0000 (13:31 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 25 Oct 2018 11:31:37 +0000 (13:31 +0200)
commitf86db78fed78541cefdb706e4779ce5ae9ca7820
tree89b16ab5d0a2847b75bbe3c4ae782a0a03d6626f
parentbabfcf54ae9bf9570eddf4958a553635cd589e21
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)
runtime/doc/various.txt
src/eval.c
src/mark.c
src/option.c
src/syntax.c
src/testdir/test_filter_cmd.vim
src/userfunc.c
src/version.c