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 -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20220102214723.B3D091C0A5B%40moolenaar.net.