comparison src/version.c @ 18227:7d90fa3e5f8d v8.1.2108

patch 8.1.2108: cannot close the cmdline window from CmdWinEnter Commit: https://github.com/vim/vim/commit/23324a0b35d18c5caac20b1d543ed2d1f762f5b5 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Oct 1 17:39:04 2019 +0200 patch 8.1.2108: cannot close the cmdline window from CmdWinEnter Problem: Cannot close the cmdline window from CmdWinEnter. (George Brown) Solution: Reset cmdwin_result earlier. (Christian Brabandt, closes https://github.com/vim/vim/issues/4980)
author Bram Moolenaar <Bram@vim.org>
date Tue, 01 Oct 2019 17:45:04 +0200
parents 6c3a8312486d
children e6c83ae0c4d0
comparison
equal deleted inserted replaced
18226:78e84b457783 18227:7d90fa3e5f8d
751 NULL 751 NULL
752 }; 752 };
753 753
754 static int included_patches[] = 754 static int included_patches[] =
755 { /* Add new patch number below this line */ 755 { /* Add new patch number below this line */
756 /**/
757 2108,
756 /**/ 758 /**/
757 2107, 759 2107,
758 /**/ 760 /**/
759 2106, 761 2106,
760 /**/ 762 /**/