To: vim_dev@googlegroups.com Subject: Patch 8.2.3988 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.3988 (after 8.2.3987) Problem: Tiny build fails. Solution: Fix misplaced #ifdef. Files: src/errors.h *** ../vim-8.2.3987/src/errors.h 2022-01-02 21:26:12.315264334 +0000 --- src/errors.h 2022-01-02 21:42:34.837991394 +0000 *************** *** 1261,1268 **** #endif EXTERN char e_keymap_file_not_found[] INIT(= N_("E544: Keymap file not found")); - EXTERN char e_missing_colon_2[] #ifdef CURSOR_SHAPE INIT(= N_("E545: Missing colon")); EXTERN char e_illegal_mode[] INIT(= N_("E546: Illegal mode")); --- 1261,1268 ---- #endif EXTERN char e_keymap_file_not_found[] INIT(= N_("E544: Keymap file not found")); #ifdef CURSOR_SHAPE + EXTERN char e_missing_colon_2[] INIT(= N_("E545: Missing colon")); EXTERN char e_illegal_mode[] INIT(= N_("E546: Illegal mode")); *** ../vim-8.2.3987/src/version.c 2022-01-02 21:26:12.323264325 +0000 --- src/version.c 2022-01-02 21:43:15.581931998 +0000 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 3988, /**/ -- Some of the well known MS-Windows errors: EMEMORY Memory error caused by..., eh... ELICENSE Your license has expired, give us more money! EMOUSE Mouse moved, reinstall Windows EILLEGAL Illegal error, you are not allowed to see this EVIRUS Undetectable virus found /// 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 ///