diff options
author | VVKot <volodymyr.kot.ua@gmail.com> | 2021-11-21 13:52:31 +0000 |
---|---|---|
committer | VVKot <volodymyr.kot.ua@gmail.com> | 2021-11-21 13:53:50 +0000 |
commit | ad71ecb49b0e8c44c3747738c9e46309abbf8e76 (patch) | |
tree | 2e989777030f0eff508c7d8abe8b35f6d7ef1ba2 /src | |
parent | ddc401a91cc7d1dfb534172158a6b4bae4c0eb48 (diff) | |
download | rneovim-ad71ecb49b0e8c44c3747738c9e46309abbf8e76.tar.gz rneovim-ad71ecb49b0e8c44c3747738c9e46309abbf8e76.tar.bz2 rneovim-ad71ecb49b0e8c44c3747738c9e46309abbf8e76.zip |
vim-patch:8.2.3639: line commented out accidentally
Problem: Line commented out accidentally.
Solution: Uncomment. (Volodymyr Kot, closes vim/vim#9172)
https://github.com/vim/vim/commit/7f0c4b418e01d6e056a74de2f22fcbad613b7591
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/main.c b/src/nvim/main.c index 5cccb6ca71..921bc883cf 100644 --- a/src/nvim/main.c +++ b/src/nvim/main.c @@ -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 |