comparison 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
comparison
equal deleted inserted replaced
13584:250bb3baaf19 13585:03224283bafc
760 NULL 760 NULL
761 }; 761 };
762 762
763 static int included_patches[] = 763 static int included_patches[] =
764 { /* Add new patch number below this line */ 764 { /* Add new patch number below this line */
765 /**/
766 1665,
765 /**/ 767 /**/
766 1664, 768 1664,
767 /**/ 769 /**/
768 1663, 770 1663,
769 /**/ 771 /**/