Patch 8.1.2170

9 views
Skip to first unread message

Bram Moolenaar

unread,
Oct 17, 2019, 4:17:58 PM10/17/19
to vim...@googlegroups.com

Patch 8.1.2170 (after 8.1.2169)
Problem: Cannot build without the +termresponse feature.
Solution: Add #ifdef.
Files: src/term.c


*** ../vim-8.1.2169/src/term.c 2019-10-17 21:55:19.739199454 +0200
--- src/term.c 2019-10-17 22:07:20.776777481 +0200
***************
*** 1957,1964 ****
--- 1957,1966 ----
#if defined(UNIX) || defined(VMS)
term_is_xterm = vim_is_xterm(term);
#endif
+ #ifdef FEAT_TERMRESPONSE
is_not_xterm = FALSE;
is_mac_terminal = FALSE;
+ #endif

#ifdef FEAT_MOUSE
# if defined(UNIX) || defined(VMS)
*** ../vim-8.1.2169/src/version.c 2019-10-17 21:55:19.739199454 +0200
--- src/version.c 2019-10-17 22:16:37.609061932 +0200
***************
*** 755,756 ****
--- 755,758 ----
{ /* Add new patch number below this line */
+ /**/
+ 2170,
/**/

--
God made machine language; all the rest is the work of man.

/// Bram Moolenaar -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages