Skip to content

Commit

Permalink
patch 8.2.3639: line commented out accidentally
Browse files Browse the repository at this point in the history
Problem:    Line commented out accidentally.
Solution:   Uncomment. (Volodymyr Kot, closes #9172)
  • Loading branch information
VVKot authored and brammool committed Nov 21, 2021
1 parent 4785fe0 commit 7f0c4b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Expand Up @@ -1661,7 +1661,7 @@ getout(int exitval)
{
// give the user a chance to read the (error) message
no_wait_return = FALSE;
// wait_return(FALSE);
wait_return(FALSE);
}

// Position the cursor again, the autocommands may have moved it
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -757,6 +757,8 @@ static char *(features[]) =

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

0 comments on commit 7f0c4b4

Please sign in to comment.