0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -04:00

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)
This commit is contained in:
Bram Moolenaar
2019-09-23 21:16:54 +02:00
parent 0f6629a08a
commit b8ff5c271e
5 changed files with 770 additions and 724 deletions

View File

@@ -757,6 +757,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2070,
/**/
2069,
/**/