1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2018-07-28 16:55:56 +02:00
parent fd249460fe
commit 95e51470f1
4 changed files with 68 additions and 27 deletions

View File

@@ -798,6 +798,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
218,
/**/
217,
/**/