comparison src/version.c @ 22920:696364caabea v8.2.2007

patch 8.2.2007: test for insert mode in popup is not reliable Commit: https://github.com/vim/vim/commit/17ab28daa060c3c263841329e74befb9c6e8b588 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Nov 18 12:24:01 2020 +0100 patch 8.2.2007: test for insert mode in popup is not reliable Problem: Test for insert mode in popup is not reliable. Solution: Wait for the popup to disappear. (Ozaki Kiichi, closes https://github.com/vim/vim/issues/7321)
author Bram Moolenaar <Bram@vim.org>
date Wed, 18 Nov 2020 12:30:03 +0100
parents f83e31419f6e
children 5d8990ad211e
comparison
equal deleted inserted replaced
22919:554649276254 22920:696364caabea
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 2007,
753 /**/ 755 /**/
754 2006, 756 2006,
755 /**/ 757 /**/
756 2005, 758 2005,
757 /**/ 759 /**/