commit | 8822a9c3670cd91fe398424643cba2d353823862 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 14 19:44:34 2014 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 14 19:44:34 2014 +0100 |
tree | 569c4d03336de03d45d56b41fe938194f09d36fd | |
parent | 5395e7afe93d38793dcd6520b277ec0d3b1882ac [diff] [blame] |
updated for version 7.4.154 Problem: Still a problem with auto-loading. Solution: Pass no_autoload to deref_func_name(). (Yukihiro Nakadaira)
diff --git a/src/version.c b/src/version.c index 3c4d5e1..9b017bb 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 154, +/**/ 153, /**/ 152,