]> granicus.if.org Git - vim/commitdiff
patch 8.2.3639: line commented out accidentally v8.2.3639
authorVolodymyr Kot <volodymyr.kot.ua@gmail.com>
Sun, 21 Nov 2021 12:27:13 +0000 (12:27 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 21 Nov 2021 12:27:13 +0000 (12:27 +0000)
Problem:    Line commented out accidentally.
Solution:   Uncomment. (Volodymyr Kot, closes #9172)

src/main.c
src/version.c

index 0d7777893df441f4f2b9ad19926d96026d668b81..50047d5554e875da6a2cd77bf68b25c0f6485cbb 100644 (file)
@@ -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
index 76cc5a47d849681928acbc56136a0aba4cb077e5..6162d871d0f27a56ffbb36576b1fd89afc76b788 100644 (file)
@@ -757,6 +757,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    3639,
 /**/
     3638,
 /**/