diff src/version.c @ 13585:03224283bafc v8.0.1665

patch 8.0.1665: when running a terminal from the GUI 'term' is not useful commit https://github.com/vim/vim/commit/9a993e3c09371bb80d71be62fca53cf954a98f72 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 5 22:15:22 2018 +0200 patch 8.0.1665: when running a terminal from the GUI 'term' is not useful Problem: When running a terminal from the GUI 'term' is not useful. Solution: Use $TERM in the GUI if it starts with "xterm". (closes https://github.com/vim/vim/issues/2776)
author Christian Brabandt <cb@256bit.org>
date Thu, 05 Apr 2018 22:30:07 +0200
parents 200ef826e7dd
children c0ebd15a0908
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -763,6 +763,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1665,
+/**/
     1664,
 /**/
     1663,