To: vim_dev@googlegroups.com Subject: Patch 9.0.0268 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.0268 Problem: Build error without the +eval feature. Solution: Remove #ifdef. Files: src/globals.h *** ../vim-9.0.0267/src/globals.h 2022-08-22 15:19:12.728328961 +0100 --- src/globals.h 2022-08-25 16:29:10.810867875 +0100 *************** *** 1605,1613 **** EXTERN char top_bot_msg[] INIT(= N_("search hit TOP, continuing at BOTTOM")); EXTERN char bot_top_msg[] INIT(= N_("search hit BOTTOM, continuing at TOP")); - #ifdef FEAT_EVAL EXTERN char line_msg[] INIT(= N_(" line ")); - #endif #ifdef FEAT_CRYPT EXTERN char need_key_msg[] INIT(= N_("Need encryption key for \"%s\"")); --- 1605,1611 ---- *** ../vim-9.0.0267/src/version.c 2022-08-25 16:24:53.166843838 +0100 --- src/version.c 2022-08-25 16:29:45.986870041 +0100 *************** *** 729,730 **** --- 729,732 ---- { /* Add new patch number below this line */ + /**/ + 268, /**/ -- It is illegal for a driver to be blindfolded while operating a vehicle. [real standing law in Alabama, United States of America] /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///