diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-01-14 19:44:34 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-01-14 19:44:34 +0100 |
commit | 8822a9c3670cd91fe398424643cba2d353823862 (patch) | |
tree | 569c4d03336de03d45d56b41fe938194f09d36fd /src/version.c | |
parent | 5395e7afe93d38793dcd6520b277ec0d3b1882ac (diff) | |
download | vim-git-8822a9c3670cd91fe398424643cba2d353823862.tar.gz |
updated for version 7.4.154v7.4.154
Problem: Still a problem with auto-loading.
Solution: Pass no_autoload to deref_func_name(). (Yukihiro Nakadaira)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 3c4d5e1a7..9b017bb7c 100644 --- a/src/version.c +++ b/src/version.c @@ -739,6 +739,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 154, +/**/ 153, /**/ 152, |