Patch 8.2.2676
Problem: Missing error message.
Solution: Add new error message.
Files: src/errors.h
*** ../vim-8.2.2675/src/errors.h 2021-03-28 20:38:30.540591499 +0200
--- src/errors.h 2021-03-29 20:44:04.010795448 +0200
***************
*** 393,395 ****
--- 393,397 ----
INIT(= N_("E1177: For loop on %s not supported"));
EXTERN char e_cannot_lock_unlock_local_variable[]
INIT(= N_("E1178: Cannot lock or unlock a local variable"));
+ EXTERN char e_failed_to_extract_pwd_from_str_check_your_shell_config[]
+ INIT(= N_("E1179: Failed to extract PWD from %s, check your shell's
config related to OSC 7"));
*** ../vim-8.2.2675/src/version.c 2021-03-29 20:49:01.486055361 +0200
--- src/version.c 2021-03-29 21:05:52.439497672 +0200
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 2676,
/**/
--
hundred-and-one symptoms of being an internet addict:
35. Your husband tells you he's had that beard for 2 months.
/// 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/202103291906.12TJ6RZe1225646%40masaka.moolenaar.net.