changeset 26215:b1d9ee2f2328 v8.2.3639

patch 8.2.3639: line commented out accidentally Commit: https://github.com/vim/vim/commit/7f0c4b418e01d6e056a74de2f22fcbad613b7591 Author: Volodymyr Kot <volodymyr.kot.ua@gmail.com> 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)
author Bram Moolenaar <Bram@vim.org>
date Sun, 21 Nov 2021 13:30:03 +0100
parents e97ffed2b214
children 285b3f4de8a9
files src/main.c src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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,