diff src/version.c @ 11563:2547bbe6716e v8.0.0664

patch 8.0.0664: mouse does not work in tmux commit https://github.com/vim/vim/commit/6d006f9e950364898240b7a6358516bbf73fe458 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jun 23 22:35:34 2017 +0200 patch 8.0.0664: mouse does not work in tmux Problem: Mouse does not work in tmux. (lilydjwg) Solution: Add flag for SGR release being present.
author Christian Brabandt <cb@256bit.org>
date Fri, 23 Jun 2017 22:45:04 +0200
parents 7ad79766365a
children 91519a14ec1f
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    664,
+/**/
     663,
 /**/
     662,