Patch 8.2.2653
Problem: Build failure.
Solution: Add missing changes.
Files: src/errors.h
*** ../vim-8.2.2652/src/errors.h 2021-03-22 22:21:22.781399262 +0100
--- src/errors.h 2021-03-25 21:50:38.960265046 +0100
***************
*** 386,389 ****
EXTERN char e_string_required_for_argument_nr[]
INIT(= N_("E1174: String required for argument %d"));
EXTERN char e_non_empty_string_required_for_argument_nr[]
! INIT(= N_("E1142: Non-empty string required for argument %d"));
--- 386,391 ----
EXTERN char e_string_required_for_argument_nr[]
INIT(= N_("E1174: String required for argument %d"));
EXTERN char e_non_empty_string_required_for_argument_nr[]
! INIT(= N_("E1175: Non-empty string required for argument %d"));
! EXTERN char e_misplaced_command_modifier[]
! INIT(= N_("E1176: Misplaced command modifier"));
*** ../vim-8.2.2652/src/version.c 2021-03-25 22:15:24.408073745 +0100
--- src/version.c 2021-03-25 22:22:16.382961581 +0100
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 2653,
/**/
--
How To Keep A Healthy Level Of Insanity:
8. Don't use any punctuation marks.
/// 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/202103252123.12PLN4oC156961%40masaka.moolenaar.net.