comparison src/version.c @ 19065:ef3633932b0c v8.2.0093

patch 8.2.0093: win_splitmove() can make Vim hang Commit: https://github.com/vim/vim/commit/7b94e77132eabdf0e43abca57e2ffeb961545174 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 6 21:03:24 2020 +0100 patch 8.2.0093: win_splitmove() can make Vim hang Problem: win_splitmove() can make Vim hang. Solution: Check windows exists in the current tab page. (closes https://github.com/vim/vim/issues/5444)
author Bram Moolenaar <Bram@vim.org>
date Mon, 06 Jan 2020 21:15:06 +0100
parents fdc8deab9b4c
children d95296021f6e
comparison
equal deleted inserted replaced
19064:76a2ab83e2c5 19065:ef3633932b0c
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 93,
745 /**/ 747 /**/
746 92, 748 92,
747 /**/ 749 /**/
748 91, 750 91,
749 /**/ 751 /**/