]> granicus.if.org Git - vim/commit
patch 8.1.0218: cannot add matches to another window v8.1.0218
authorBram Moolenaar <Bram@vim.org>
Sat, 28 Jul 2018 14:55:56 +0000 (16:55 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 28 Jul 2018 14:55:56 +0000 (16:55 +0200)
commit95e51470f10e1ddcc4b2ce53e4f7ff7aa2e58417
treed0c487f4376723111aed8d270da21ae3d2b5a57f
parentfd249460fe600dba479bca03058e679bae6b5d52
patch 8.1.0218: cannot add matches to another window

Problem:    Cannot add matches to another window. (Qiming Zhao)
Solution:   Add the "window" argument to matchadd() and matchaddpos().
            (closes #3260)
runtime/doc/eval.txt
src/evalfunc.c
src/testdir/test_match.vim
src/version.c