To: vim_dev@googlegroups.com Subject: Patch 8.0.1571 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.0.1571 (after 8.0.1571) Problem: Can't build without GUI. Solution: Adjust #ifdef for gui_find_menu(). Files: src/menu.c *** ../vim-8.0.1570/src/menu.c 2018-03-05 21:06:19.763252514 +0100 --- src/menu.c 2018-03-05 21:31:09.609788729 +0100 *************** *** 2462,2467 **** --- 2462,2468 ---- } #if defined(FEAT_GUI_MSWIN) || defined(FEAT_GUI_GTK) \ + || defined(FEAT_TERM_POPUP_MENU) \ || defined(FEAT_BEVAL_TIP) || defined(PROTO) /* * Given a menu descriptor, e.g. "File.New", find it in the menu hierarchy. *** ../vim-8.0.1570/src/version.c 2018-03-05 21:06:19.763252514 +0100 --- src/version.c 2018-03-05 21:31:58.129480784 +0100 *************** *** 768,769 **** --- 768,771 ---- { /* Add new patch number below this line */ + /**/ + 1571, /**/ -- "Lisp has all the visual appeal of oatmeal with nail clippings thrown in." -- Larry Wall /// 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 ///