commit | d7f246c68cfb97406bcd4b098a2df2d870b3ef92 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 08 18:15:41 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 08 18:15:41 2019 +0200 |
tree | 54fb7c248c198f511947c45a8942302d8d2a041a | |
parent | 62e1bb4a111e7ce570c30965f40a68a07a9da5b0 [diff] [blame] |
patch 8.1.1138: plugins don't get notified when the popup menu changes Problem: Plugins don't get notified when the popup menu changes. Solution: Add the CompleteChanged event. (Andy Massimino. closes #4176)
diff --git a/src/version.c b/src/version.c index d2da9fc..dadb017 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1138, +/**/ 1137, /**/ 1136,