commit | 2a67ed83a885e8e65e25498660dae4f34d532c7b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 10 21:52:42 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 10 21:52:42 2016 +0200 |
tree | c02c0dafb870906ce37740187dc7a919d036692a | |
parent | e429e70f050cb2941f1f8427cf918b68444c904e [diff] [blame] |
patch 7.4.1915 Problem: The effect of the PopupMenu autocommand isn't directly visible. Solution: Call gui_update_menus() before displaying the popup menu. (Shane Harper, closs #855)
diff --git a/src/version.c b/src/version.c index 4a2d537..1acd1e4 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1915, +/**/ 1914, /**/ 1913,