commit | 674fffe855dd7145e1216246d76b13464b7057f7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 23 13:50:46 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 23 13:50:46 2014 +0200 |
tree | 81722716eedcbb4f895e5344f067b7a13e6b58c3 | |
parent | a1fae80371a46aa5f74ea041d92255616d2721b7 [diff] [blame] |
updated for version 7.4.376 Problem: Popup menu flickers too much. Solution: Remove the forced redraw. (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index c93f108..47248ee 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 376, +/**/ 375, /**/ 374,