To: vim_dev@googlegroups.com Subject: Patch 8.2.0792 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.0792 Problem: Build failure with small features. Solution: Add #ifdef. Files: src/popupwin.c *** ../vim-8.2.0791/src/popupwin.c 2020-05-18 19:46:00.070602956 +0200 --- src/popupwin.c 2020-05-18 20:11:17.970295190 +0200 *************** *** 1757,1762 **** --- 1757,1763 ---- } } + #ifdef FEAT_TERMINAL /* * Return TRUE if there is any popup window with a terminal buffer. */ *************** *** 1775,1780 **** --- 1776,1782 ---- return TRUE; return FALSE; } + #endif /* * popup_create({text}, {options}) *** ../vim-8.2.0791/src/version.c 2020-05-18 19:46:00.074602945 +0200 --- src/version.c 2020-05-18 20:11:44.798217932 +0200 *************** *** 748,749 **** --- 748,751 ---- { /* Add new patch number below this line */ + /**/ + 792, /**/ -- All true wisdom is found on T-shirts. /// 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 ///