diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-05-30 13:37:28 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-05-30 13:37:28 +0200 |
commit | 018acca3bdf866faa4eacfb403f9d720832c816e (patch) | |
tree | 9e2e0718e185fbb87ac642a9eefeea6fb9bf807b /src/version.c | |
parent | 305b2fde1343422c3fd0f63e7e461a37789069ce (diff) | |
download | vim-018acca3bdf866faa4eacfb403f9d720832c816e.zip |
updated for version 7.3.1068
Problem: Python: Script is auto-loaded on function creation.
Solution: Python patch 27. (ZyX)
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 173f254f9..7a1ab6e98 100644 --- a/src/version.c +++ b/src/version.c @@ -729,6 +729,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1068, +/**/ 1067, /**/ 1066, |