commit | 472472898ab71ac80a86fedc37f8eb91461788dd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 02 22:36:02 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 02 22:36:02 2016 +0200 |
tree | 3e8de60a24605e8fddeac5ceec0bd5a6d46b34d0 | |
parent | 86f2cd5bc574c23fa276d7f57cd1300e24222913 [diff] [blame] |
patch 7.4.2146 Problem: Not enough testing for popup menu. CTRL-E does not always work properly. Solution: Add more tests. When using CTRL-E check if the popup menu is visible. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index b355f08..dbd9f17 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2146, +/**/ 2145, /**/ 2144,