comparison src/version.c @ 22452:3845389725c9 v8.2.1774

patch 8.2.1774: GTK: hang when forced to exit Commit: https://github.com/vim/vim/commit/32fbc4f247a31e35ade0939542e11aa033a2554f Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 29 22:16:09 2020 +0200 patch 8.2.1774: GTK: hang when forced to exit Problem: GTK: hang when forced to exit. Solution: Do not clean up "mainwin" when really_exiting is set. (Zdenek Dohnal, closes #7042)
author Bram Moolenaar <Bram@vim.org>
date Tue, 29 Sep 2020 22:30:04 +0200
parents 9b09676b9e0e
children 849c6f766b19
comparison
equal deleted inserted replaced
22451:9e097eb15d54 22452:3845389725c9
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 1774,
753 /**/ 755 /**/
754 1773, 756 1773,
755 /**/ 757 /**/
756 1772, 758 1772,
757 /**/ 759 /**/