commit | cc31ad9f9b601d53926b96586bd6b40602d57951 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 30 19:25:06 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 30 19:25:06 2019 +0200 |
tree | 2cc83563ea3db6176c37a922068c262777d8217f | |
parent | 54fabd4b5e373c7f1d794d24d27a30a8bac84da1 [diff] [blame] |
patch 8.1.1428: popup_atcursor() not implemented yet Problem: Popup_atcursor() not implemented yet. Solution: Implement it. (Yasuhiro Matsumoto, closes #4456)
diff --git a/src/version.c b/src/version.c index 282d045..6d04157 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1428, +/**/ 1427, /**/ 1426,