To: vim_dev@googlegroups.com Subject: Patch 8.1.2122 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.1.2122 (after 8.2121) Problem: Cannot build without terminal feature. Solution: Add #ifdef. Files: src/window.c *** ../vim-8.1.2121/src/window.c 2019-10-07 22:27:30.403421996 +0200 --- src/window.c 2019-10-07 22:37:52.728336740 +0200 *************** *** 4654,4662 **** --- 4654,4664 ---- maketitle(); #endif curwin->w_redr_status = TRUE; + #ifdef FEAT_TERMINAL if (bt_terminal(wp->w_buffer)) // terminal is likely in another mode redraw_mode = TRUE; + #endif redraw_tabline = TRUE; if (restart_edit) redraw_later(VALID); /* causes status line redraw */ *** ../vim-8.1.2121/src/version.c 2019-10-07 22:27:30.407421974 +0200 --- src/version.c 2019-10-07 22:38:29.036157012 +0200 *************** *** 755,756 **** --- 755,758 ---- { /* Add new patch number below this line */ + /**/ + 2122, /**/ -- An indication you must be a manager: You can explain to somebody the difference between "re-engineering", "down-sizing", "right-sizing", and "firing people's asses". /// 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 ///