commit | e9bd57286a5cbb0e1ec18b5d194dc4af1bda9f3a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 17 19:36:06 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 17 19:36:06 2019 +0200 |
tree | 34510fae2da2db932e6a750cce702e3f1a4c8db2 | |
parent | 4dd751b95696957c7baabad2f19f9e02fc596eae [diff] [blame] |
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 #4827)
diff --git a/src/version.c b/src/version.c index 8753421..2c02209 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1875, +/**/ 1874, /**/ 1873,