commit | bc133543b8b0ebb1d8624e37d840b739eb00f3f3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 29 20:26:46 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 29 20:26:46 2019 +0200 |
tree | 9e4d3f60b3643beea68e42efa9153f8c524502ed | |
parent | 59edb00e2219d4eda34b32a5d405f245053c5b74 [diff] [blame] |
patch 8.1.1416: popup_getposition() not implemented yet Problem: Popup_getposition() not implemented yet. Solution: Implement it. (Yasuhiro Matsumoto, closes #4449)
diff --git a/src/version.c b/src/version.c index eac5b02..b032347 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1416, +/**/ 1415, /**/ 1414,