summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/errors.h2
-rw-r--r--src/version.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/errors.h b/src/errors.h
index e43cddb85..0225531cb 100644
--- a/src/errors.h
+++ b/src/errors.h
@@ -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"));
diff --git a/src/version.c b/src/version.c
index bc47c4390..8053d9219 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2676,
+/**/
2675,
/**/
2674,