commit | aff749145e23c0f20b5158d1d3a942948ed138e3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 30 18:11:49 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 30 18:11:49 2019 +0100 |
tree | c74a8771d0937a4f8db0ff0f059c63e07fe55893 | |
parent | 8bb41b3d062cd315fdd0626dfd6fa68474a96b50 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index c267a20..74fa0bd 100644 --- a/src/version.c +++ b/src/version.c
@@ -776,6 +776,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1084, +/**/ 1083, /**/ 1082,