To: vim_dev@googlegroups.com Subject: Patch 8.2.1196 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.1196 Problem: Build failure with normal features. Solution: Add #ifdef. Files: src/popupwin.c *** ../vim-8.2.1195/src/popupwin.c 2020-07-12 19:23:49.272616774 +0200 --- src/popupwin.c 2020-07-12 20:43:36.309416095 +0200 *************** *** 3504,3513 **** --- 3504,3515 ---- wp = mouse_find_win(&line_cp, &col_cp, IGNORE_POPUP); if (wp != NULL) { + #if defined(FEAT_TERMINAL) // A terminal window needs to be redrawn. if (bt_terminal(wp->w_buffer)) redraw_win_later(wp, NOT_VALID); else + #endif { if (wp != prev_wp) { *** ../vim-8.2.1195/src/version.c 2020-07-12 20:00:21.098137197 +0200 --- src/version.c 2020-07-12 20:44:18.817253628 +0200 *************** *** 756,757 **** --- 756,759 ---- { /* Add new patch number below this line */ + /**/ + 1196, /**/ -- hundred-and-one symptoms of being an internet addict: 19. All of your friends have an @ in their names. /// 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 ///