commit | 88e484bf1b0afb5f2dec44f19335729578ace66a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 24 15:38:44 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 24 15:38:44 2015 +0100 |
tree | b6b2c2f3bd3f879f7240b4abc4bbba53156faa2d | |
parent | 5ad075c0735d3d8b97708d17c22de8facb15f997 [diff] [blame] |
patch 7.4.938 Problem: X11 and GTK have moure mouse buttons than Vim supports. Solution: Recognize more mouse buttons. (Benoit Pierre, closes #498)
diff --git a/src/version.c b/src/version.c index 82e5f35..c89c263 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 938, +/**/ 937, /**/ 936,