To: vim_dev@googlegroups.com Subject: Patch 8.1.2369 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.1.2369 Problem: Cannot build with quickfix and without text properties. Solution: Fix typo. (Naruhiko Nishino) Files: src/popupmenu.c *** ../vim-8.1.2368/src/popupmenu.c 2019-11-21 13:27:02.104312710 +0100 --- src/popupmenu.c 2019-11-30 20:56:16.273919365 +0100 *************** *** 761,767 **** # ifdef FEAT_TEXT_PROP use_popup_T use_popup; # else ! # define use_popup POPUP_NONE # endif # ifdef FEAT_TEXT_PROP has_info = TRUE; --- 761,767 ---- # ifdef FEAT_TEXT_PROP use_popup_T use_popup; # else ! # define use_popup USEPOPUP_NONE # endif # ifdef FEAT_TEXT_PROP has_info = TRUE; *** ../vim-8.1.2368/src/version.c 2019-11-30 20:52:21.794719419 +0100 --- src/version.c 2019-11-30 20:58:23.417460551 +0100 *************** *** 739,740 **** --- 739,742 ---- { /* Add new patch number below this line */ + /**/ + 2369, /**/ -- hundred-and-one symptoms of being an internet addict: 153. You find yourself staring at your "inbox" waiting for new e-mail to arrive. /// 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 ///