comparison 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
comparison
equal deleted inserted replaced
19154:d5a6e9fb73b6 19155:013f20a3bc6b
740 NULL 740 NULL
741 }; 741 };
742 742
743 static int included_patches[] = 743 static int included_patches[] =
744 { /* Add new patch number below this line */ 744 { /* Add new patch number below this line */
745 /**/
746 137,
745 /**/ 747 /**/
746 136, 748 136,
747 /**/ 749 /**/
748 135, 750 135,
749 /**/ 751 /**/