diff src/version.c @ 7260:8ba562cb3e07 v7.4.938

commit https://github.com/vim/vim/commit/88e484bf1b0afb5f2dec44f19335729578ace66a Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 24 15:38:44 2015 +0100 patch 7.4.938 Problem: X11 and GTK have moure mouse buttons than Vim supports. Solution: Recognize more mouse buttons. (Benoit Pierre, closes https://github.com/vim/vim/issues/498)
author Christian Brabandt <cb@256bit.org>
date Tue, 24 Nov 2015 15:45:04 +0100
parents 7245d8635ac7
children fadf7fc3b666
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    938,
+/**/
     937,
 /**/
     936,