commit | 297bec07311e512ef625a48b0af8bdca8118f131 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 14 22:11:04 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 14 22:11:04 2020 +0200 |
tree | 3fa0ee2e77cbf58b13b2d721dc4b1e09426b20a6 | |
parent | 5551b131daef3a621a28dcbbe118920f5b9fabe6 [diff] [blame] |
patch 8.2.1213: mouse codes not tested sufficiently Problem: Mouse codes not tested sufficiently. Solution: Add more tests for mouse codes. (closes #6436)
diff --git a/src/version.c b/src/version.c index dcb1661..3a7067f 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1213, +/**/ 1212, /**/ 1211,