0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

patch 8.2.3639: line commented out accidentally

Problem:    Line commented out accidentally.
Solution:   Uncomment. (Volodymyr Kot, closes #9172)
This commit is contained in:
Volodymyr Kot
2021-11-21 12:27:13 +00:00
committed by Bram Moolenaar
parent 4785fe02bb
commit 7f0c4b418e
2 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -757,6 +757,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3639,
/**/
3638,
/**/