diff src/version.c @ 19155:013f20a3bc6b v8.2.0137

patch 8.2.0137: crash when using win_execute() from a new tab Commit: https://github.com/vim/vim/commit/a44b3eeafa57d4904a3de86b132008b93404f0fd Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 20 21:44:31 2020 +0100 patch 8.2.0137: crash when using win_execute() from a new tab Problem: Crash when using win_execute() from a new tab. Solution: Set the tp_*win pointers. (Ozaki Kiichi, closes https://github.com/vim/vim/issues/5512)
author Bram Moolenaar <Bram@vim.org>
date Mon, 20 Jan 2020 21:45:04 +0100
parents 9efea787c3a6
children f2c8bc90f3c8
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    137,
+/**/
     136,
 /**/
     135,