commit | 4f943c09a5f09b330d92177ab50b5dd2a7986836 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 05 22:26:05 2014 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 05 22:26:05 2014 +0100 |
tree | 301c46bb26d08b375dbda983bd2b001355132bc6 | |
parent | f31ecce97eb2aa77a9f43725710af0619e409035 [diff] [blame] |
updated for version 7.4.167 Problem: Fixes are not tested. Solution: Add a test for not autoloading on assignment. (Yukihiro Nakadaira)
diff --git a/src/version.c b/src/version.c index 3e6282a..81639c9 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 167, +/**/ 166, /**/ 165,