comparison src/version.c @ 17756:a7afcea6f40a v8.1.1875

patch 8.1.1875: cannot get size and position of the popup menu commit https://github.com/vim/vim/commit/e9bd57286a5cbb0e1ec18b5d194dc4af1bda9f3a Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 17 19:36:06 2019 +0200 patch 8.1.1875: cannot get size and position of the popup menu Problem: Cannot get size and position of the popup menu. Solution: Add pum_getpos(). (Ben Jackson, closes https://github.com/vim/vim/issues/4827)
author Bram Moolenaar <Bram@vim.org>
date Sat, 17 Aug 2019 19:45:03 +0200
parents 65b89c9eb946
children 805438fb38ba
comparison
equal deleted inserted replaced
17755:104c45824419 17756:a7afcea6f40a
767 NULL 767 NULL
768 }; 768 };
769 769
770 static int included_patches[] = 770 static int included_patches[] =
771 { /* Add new patch number below this line */ 771 { /* Add new patch number below this line */
772 /**/
773 1875,
772 /**/ 774 /**/
773 1874, 775 1874,
774 /**/ 776 /**/
775 1873, 777 1873,
776 /**/ 778 /**/