commit | b8ff5c271ee5dcef6f63436b77e228e062ff9a0e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 23 21:16:54 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 23 21:16:54 2019 +0200 |
tree | 20f5187491c8eb4efb12a1f1eea94bfe19f07d04 | |
parent | 0f6629a08a9ae482956f5e70452ae78be569eadf [diff] [blame] |
patch 8.1.2070: mouse code is spread out Problem: Mouse code is spread out. Solution: Move mouse terminal code parsing to mouse.c. (Yegappan Lakshmanan, closes #4966)
diff --git a/src/version.c b/src/version.c index bfe483e..7f34d2a 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2070, +/**/ 2069, /**/ 2068,