commit | 0fce4257727f9d75e488963b73e407d31dd46546 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 19 16:32:57 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 19 16:32:57 2015 +0200 |
tree | fd2623ba375b9454c80b9eee155506e3213aef87 | |
parent | cf0213ef7e88d38c34ef71459d413cf5813e2a95 [diff] [blame] |
patch 7.4.745 Problem: The entries added by matchaddpos() are returned by getmatches() but can't be set with setmatches(). (Lcd) Solution: Fix setmatches(). (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 75a5810..b5e8855 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 745, +/**/ 744, /**/ 743,