commit | 018acca3bdf866faa4eacfb403f9d720832c816e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 30 13:37:28 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 30 13:37:28 2013 +0200 |
tree | 9e2e0718e185fbb87ac642a9eefeea6fb9bf807b | |
parent | 305b2fde1343422c3fd0f63e7e461a37789069ce [diff] [blame] |
updated for version 7.3.1068 Problem: Python: Script is auto-loaded on function creation. Solution: Python patch 27. (ZyX)
diff --git a/src/version.c b/src/version.c index 173f254..7a1ab6e 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1068, +/**/ 1067, /**/ 1066,