# HG changeset patch # User Bram Moolenaar # Date 1637497803 -3600 # Node ID b1d9ee2f2328a9c18fdb45f1e11bdfed33c1f857 # Parent e97ffed2b214499fd19b3234cdc21946ad6b2330 patch 8.2.3639: line commented out accidentally Commit: https://github.com/vim/vim/commit/7f0c4b418e01d6e056a74de2f22fcbad613b7591 Author: Volodymyr Kot Date: Sun Nov 21 12:27:13 2021 +0000 patch 8.2.3639: line commented out accidentally Problem: Line commented out accidentally. Solution: Uncomment. (Volodymyr Kot, closes https://github.com/vim/vim/issues/9172) diff --git a/src/main.c b/src/main.c --- a/src/main.c +++ b/src/main.c @@ -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 diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -758,6 +758,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3639, +/**/ 3638, /**/ 3637,