Skip to content

Commit

Permalink
patch 8.2.2676: missing error message
Browse files Browse the repository at this point in the history
Problem:    Missing error message.
Solution:   Add new error message.
  • Loading branch information
brammool committed Mar 29, 2021
1 parent 8b9abfd commit 9ea7e55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/errors.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
2 changes: 2 additions & 0 deletions src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2676,
/**/
2675,
/**/
Expand Down

0 comments on commit 9ea7e55

Please sign in to comment.