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:
committed by
Bram Moolenaar
parent
4785fe02bb
commit
7f0c4b418e
@@ -1661,7 +1661,7 @@ getout(int exitval)
|
|||||||
{
|
{
|
||||||
// give the user a chance to read the (error) message
|
// give the user a chance to read the (error) message
|
||||||
no_wait_return = FALSE;
|
no_wait_return = FALSE;
|
||||||
// wait_return(FALSE);
|
wait_return(FALSE);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Position the cursor again, the autocommands may have moved it
|
// Position the cursor again, the autocommands may have moved it
|
||||||
|
@@ -757,6 +757,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
3639,
|
||||||
/**/
|
/**/
|
||||||
3638,
|
3638,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user