diff src/version.c @ 16521:a7299d144bb9 v8.1.1264

patch 8.1.1264: crash when closing window from WinBar click commit https://github.com/vim/vim/commit/d2fad67e3eb71f48d23f283ef8e7b7ddf4ee180f Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 4 16:55:25 2019 +0200 patch 8.1.1264: crash when closing window from WinBar click Problem: Crash when closing window from WinBar click. (Ben Jackson) Solution: Check that window pointer is still valid. (closes https://github.com/vim/vim/issues/4337)
author Bram Moolenaar <Bram@vim.org>
date Sat, 04 May 2019 17:00:06 +0200
parents a147acab726f
children a72ad8a8b249
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 */
 /**/
+    1264,
+/**/
     1263,
 /**/
     1262,