Patch 8.2.1699
Problem: Build failure due to missing error message.
Solution: Add error message.
Files: src/errors.h
*** ../vim-8.2.1698/src/errors.h 2020-09-16 17:55:36.537602345 +0200
--- src/errors.h 2020-09-16 19:52:54.837541691 +0200
***************
*** 266,269 ****
--- 266,271 ----
INIT(= N_("E1120: Cannot change dict"));
EXTERN char e_cannot_change_dict_item[]
INIT(= N_("E1121: Cannot change dict item"));
+ EXTERN char e_variable_is_locked_str[]
+ INIT(= N_("E1122: Variable is locked: %s"));
#endif
*** ../vim-8.2.1698/src/version.c 2020-09-16 21:08:23.646361178 +0200
--- src/version.c 2020-09-16 21:41:39.266659023 +0200
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 1699,
/**/
--
A fool must search for a greater fool to find admiration.
/// Bram Moolenaar -- [email protected] -- 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 ///
--
--
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/202009161943.08GJh3Wn2238800%40masaka.moolenaar.net.