0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

patch 8.2.2676: missing error message

Problem:    Missing error message.
Solution:   Add new error message.
This commit is contained in:
Bram Moolenaar
2021-03-29 21:06:04 +02:00
parent 8b9abfd86c
commit 9ea7e55ab9
2 changed files with 4 additions and 0 deletions

View File

@@ -393,3 +393,5 @@ EXTERN char e_for_loop_on_str_not_supported[]
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"));

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2676,
/**/
2675,
/**/