summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-05-30 13:32:30 +0200
committerBram Moolenaar <Bram@vim.org>2013-05-30 13:32:30 +0200
commit305b2fde1343422c3fd0f63e7e461a37789069ce (patch)
treead7d381a74826751c02429203bea537522c7bb37 /src
parent8600e40a6725f3ea9c8b545e68337a08472b781d (diff)
downloadvim-305b2fde1343422c3fd0f63e7e461a37789069ce.zip
updated for version 7.3.1067
Problem: Python: documentation lags behind. Solution: Python patch 26. (ZyX)
Diffstat (limited to 'src')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 3bf1f295e..173f254f9 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 */
/**/
+ 1067,
+/**/
1066,
/**/
1065,