commit | ac1f1bc222b7de3cb2d3f1f2aa076f11c75e69de | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 30 21:24:26 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 30 21:24:26 2019 +0200 |
tree | bc71b9f718cce9434723e4e452d13ccd93d6c177 | |
parent | cc31ad9f9b601d53926b96586bd6b40602d57951 [diff] [blame] |
patch 8.1.1429: "pos" option of popup window not supported yet Problem: "pos" option of popup window not supported yet. Solution: Implement the option. Rename popup_getposition() to popup_getpos().
diff --git a/src/version.c b/src/version.c index 6d04157..c3b96e9 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1429, +/**/ 1428, /**/ 1427,