To: vim_dev@googlegroups.com Subject: Patch 8.1.2170 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@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 ///