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 -- [email protected] -- 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 ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/201910172017.x9HKHnJH031709%40masaka.moolenaar.net.