commit | 2764d06ab7140c95b6317e344d853e4a32c76e9a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 18 12:59:19 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 18 12:59:19 2020 +0200 |
tree | b82043981ce7b58007940fcd0a82e5483d360b9b | |
parent | 066e7da3cd0e3af438ff878a90ff1678363ce2a2 [diff] [blame] |
patch 8.2.1235: Not all mouse codes covered by tests Problem: Not all mouse codes covered by tests. Solution: Add more tests for the mouse. (Yegappan Lakshmanan, closes #6472)
diff --git a/src/version.c b/src/version.c index 7a96e58..a65bf1a 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1235, +/**/ 1234, /**/ 1233,