]> granicus.if.org Git - vim/commitdiff
patch 8.2.2676: missing error message v8.2.2676
authorBram Moolenaar <Bram@vim.org>
Mon, 29 Mar 2021 19:06:04 +0000 (21:06 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 29 Mar 2021 19:06:04 +0000 (21:06 +0200)
Problem:    Missing error message.
Solution:   Add new error message.

src/errors.h
src/version.c

index e43cddb8561f9a3a969e2856420085dbb8a36a4c..0225531cb01fc966046b5cf9913783573295256f 100644 (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"));
index bc47c43909730909a00034a91fc58fed9530ff3f..8053d921968b57db3364c8fba820678dcd49eb1c 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2676,
 /**/
     2675,
 /**/