diff src/version.c @ 16863:2b00163053cd v8.1.1433

patch 8.1.1433: win_execute() may leave popup window focused commit https://github.com/vim/vim/commit/eea169983654de8a502c2c6521696a4b504abfa3 Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 31 17:34:48 2019 +0200 patch 8.1.1433: win_execute() may leave popup window focused Problem: Win_execute() may leave popup window focused, eventually leading to a crash. (Bjorn Linse) Solution: When previous window was closed, go to the first window.
author Bram Moolenaar <Bram@vim.org>
date Fri, 31 May 2019 17:45:06 +0200
parents c669f6ba3c28
children d615cc95089c
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -768,6 +768,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1433,
+/**/
     1432,
 /**/
     1431,