diff src/version.c @ 4427:0a94ac379769 v7.3.962

updated for version 7.3.962 Problem: Python tests are not portable. Solution: Use shiftwidth instead of iminsert. (ZyX)
author Bram Moolenaar <bram@vim.org>
date Fri, 17 May 2013 13:38:04 +0200
parents d5177d5ece0c
children 7eafa576528e
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 */
 /**/
+    962,
+/**/
     961,
 /**/
     960,