]> granicus.if.org Git - vim/commit
patch 8.1.1084: cannot delete a match from another window v8.1.1084
authorBram Moolenaar <Bram@vim.org>
Sat, 30 Mar 2019 17:11:49 +0000 (18:11 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 30 Mar 2019 17:11:49 +0000 (18:11 +0100)
commitaff749145e23c0f20b5158d1d3a942948ed138e3
treec74a8771d0937a4f8db0ff0f059c63e07fe55893
parent8bb41b3d062cd315fdd0626dfd6fa68474a96b50
patch 8.1.1084: cannot delete a match from another window

Problem:    Cannot delete a match from another window. (Paul Jolly)
Solution:   Add window ID argument to matchdelete(), clearmatches(),
            getmatches() and setmatches(). (Andy Massimino, closes #4178)
runtime/doc/eval.txt
src/evalfunc.c
src/testdir/test_match.vim
src/version.c