We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b9abfd commit 9ea7e55Copy full SHA for 9ea7e55
src/errors.h
@@ -393,3 +393,5 @@ EXTERN char e_for_loop_on_str_not_supported[]
393
INIT(= N_("E1177: For loop on %s not supported"));
394
EXTERN char e_cannot_lock_unlock_local_variable[]
395
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
@@ -750,6 +750,8 @@ static char *(features[]) =
750
751
static int included_patches[] =
752
{ /* Add new patch number below this line */
753
+/**/
754
+ 2676,
755
/**/
756
2675,
757
0 commit comments