mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -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
|
||||
no_wait_return = FALSE;
|
||||
// wait_return(FALSE);
|
||||
wait_return(FALSE);
|
||||
}
|
||||
|
||||
// Position the cursor again, the autocommands may have moved it
|
||||
|
Reference in New Issue
Block a user