commit | 95e51470f10e1ddcc4b2ce53e4f7ff7aa2e58417 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 28 16:55:56 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 28 16:55:56 2018 +0200 |
tree | d0c487f4376723111aed8d270da21ae3d2b5a57f | |
parent | fd249460fe600dba479bca03058e679bae6b5d52 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index dd9e1d4..cf7fa29 100644 --- a/src/version.c +++ b/src/version.c
@@ -799,6 +799,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 218, +/**/ 217, /**/ 216,