summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolodymyr Kot <volodymyr.kot.ua@gmail.com>2021-11-21 12:27:13 +0000
committerBram Moolenaar <Bram@vim.org>2021-11-21 12:27:13 +0000
commit7f0c4b418e01d6e056a74de2f22fcbad613b7591 (patch)
tree1ddc1a153917786285acc87405a0577352c5dd2f
parent4785fe02bba14c4e0aede0fa425ca790a1cb98d7 (diff)
patch 8.2.3639: line commented out accidentallyv8.2.3639
Problem: Line commented out accidentally. Solution: Uncomment. (Volodymyr Kot, closes #9172)
-rw-r--r--src/main.c2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 0d7777893d..50047d5554 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 76cc5a47d8..6162d871d0 100644
--- 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,