From: Volodymyr Kot Date: Sun, 21 Nov 2021 12:27:13 +0000 (+0000) Subject: patch 8.2.3639: line commented out accidentally X-Git-Tag: v8.2.3639 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f0c4b418e01d6e056a74de2f22fcbad613b7591;p=vim patch 8.2.3639: line commented out accidentally Problem: Line commented out accidentally. Solution: Uncomment. (Volodymyr Kot, closes #9172) --- diff --git a/src/main.c b/src/main.c index 0d7777893..50047d555 100644 --- 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 index 76cc5a47d..6162d871d 100644 --- a/src/version.c +++ b/src/version.c @@ -757,6 +757,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 3639, /**/ 3638, /**/