commit | 5d0183b706c618bf043380f7e995987cde9e7d56 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 11 21:38:58 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 11 21:38:58 2019 +0200 |
tree | fbbcb7b4a3ec748763cac552903c8ccbf19ee283 | |
parent | 6e75e0a400d85cbcc27e2190ff448196bca025a8 [diff] [blame] |
patch 8.1.1323: 'mouse' option is reset when using GPM mouse Problem: 'mouse' option is reset when using GPM mouse. Solution: Add flag for GPM mouse.
diff --git a/src/version.c b/src/version.c index 2c49841..f41ca61 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1323, +/**/ 1322, /**/ 1321,