1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2019-03-30 18:11:49 +01:00
parent 8bb41b3d06
commit aff749145e
4 changed files with 131 additions and 68 deletions

View File

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