mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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:
parent
ddc401a91c
commit
ad71ecb49b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user