vim-patch:8.2.3639: line commented out accidentally

Problem:    Line commented out accidentally.
Solution:   Uncomment. (Volodymyr Kot, closes vim/vim#9172)
7f0c4b418e
This commit is contained in:
VVKot 2021-11-21 13:52:31 +00:00
parent ddc401a91c
commit ad71ecb49b

View File

@ -677,7 +677,7 @@ void getout(int exitval)
if (did_emsg) {
// 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