Skip to content

Commit 9ea7e55

Browse files
committed
patch 8.2.2676: missing error message
Problem: Missing error message. Solution: Add new error message.
1 parent 8b9abfd commit 9ea7e55

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/errors.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,3 +393,5 @@ EXTERN char e_for_loop_on_str_not_supported[]
393393
INIT(= N_("E1177: For loop on %s not supported"));
394394
EXTERN char e_cannot_lock_unlock_local_variable[]
395395
INIT(= N_("E1178: Cannot lock or unlock a local variable"));
396+
EXTERN char e_failed_to_extract_pwd_from_str_check_your_shell_config[]
397+
INIT(= N_("E1179: Failed to extract PWD from %s, check your shell's config related to OSC 7"));

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -750,6 +750,8 @@ static char *(features[]) =
750750

751751
static int included_patches[] =
752752
{ /* Add new patch number below this line */
753+
/**/
754+
2676,
753755
/**/
754756
2675,
755757
/**/

0 commit comments

Comments
 (0)