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/Make_morph.mak b/src/Make_morph.mak index a69eda0..6b549df 100644 --- a/src/Make_morph.mak +++ b/src/Make_morph.mak
@@ -74,6 +74,7 @@ message.c \ misc1.c \ misc2.c \ + mouse.c \ move.c \ normal.c \ ops.c \