diff src/version.c @ 4710:1c5da99d1b70 v7.3.1102

updated for version 7.3.1102 Problem: Completion of ":py3do" and ":py3file" does not work after ":py3". Solution: Make completion work. (Taro Muraoka)
author Bram Moolenaar <bram@vim.org>
date Sun, 02 Jun 2013 19:22:13 +0200
parents 761e42cc79c2
children 832bf8136d86
line wrap: on
line diff
--- 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 */
 /**/
+    1102,
+/**/
     1101,
 /**/
     1100,