comparison src/version.c @ 16724:6030631a1541 v8.1.1364

patch 8.1.1364: design for popup window support needs more details commit https://github.com/vim/vim/commit/5c017b2de28d19dfa4af58b8973e32f31bb1477e Author: Bram Moolenaar <Bram@vim.org> Date: Tue May 21 23:09:01 2019 +0200 patch 8.1.1364: design for popup window support needs more details Problem: Design for popup window support needs more details. Solution: Add details about using a window and buffer. Rename popup_show() to popup_create() and add popup_show() and popup_hide().
author Bram Moolenaar <Bram@vim.org>
date Tue, 21 May 2019 23:15:05 +0200
parents 19ca17f9e155
children fbab59a5ee6b
comparison
equal deleted inserted replaced
16723:14c2eca9dd59 16724:6030631a1541
765 NULL 765 NULL
766 }; 766 };
767 767
768 static int included_patches[] = 768 static int included_patches[] =
769 { /* Add new patch number below this line */ 769 { /* Add new patch number below this line */
770 /**/
771 1364,
770 /**/ 772 /**/
771 1363, 773 1363,
772 /**/ 774 /**/
773 1362, 775 1362,
774 /**/ 776 /**/