commit | 6d6cec83750a4158044a25696e8ae69eda1c3798 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 20 14:32:27 2012 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 20 14:32:27 2012 +0100 |
tree | a4b76810c0e16970959d8decc87db3ef949122d8 | |
parent | 73633f84d6242936b3066ed29f332f682aa584f9 [diff] [blame] |
updated for version 7.3.404 Problem: When a complete function uses refresh "always" redo will not work properly. Solution: Do not reset compl_leader when compl_opt_refresh_always is set. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index 7fc2302..e2a2fa2 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 404, +/**/ 403, /**/ 402,