commit | b20b9e14ddd8db111e886ad0494e15b955159426 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 21 20:48:04 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 21 20:48:04 2019 +0200 |
tree | 81bf23be4dbc17d4b793a29f3252448f5f1e7322 | |
parent | 4d5c12626c98df23e1a5d953692d946310ddfa9c [diff] [blame] |
patch 8.1.2062: the mouse code is spread out Problem: The mouse code is spread out. Solution: Move all the mouse code to mouse.c. (Yegappan Lakshmanan, closes #4959)
diff --git a/src/version.c b/src/version.c index 59a2bb4..aade922 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2062, +/**/ 2061, /**/ 2060,