diff src/version.c @ 4383:e2db42528a5b v7.3.940

updated for version 7.3.940 Problem: Python: Can't get position of window. Solution: Add window.row and window.col. (ZyX)
author Bram Moolenaar <bram@vim.org>
date Sun, 12 May 2013 19:30:31 +0200
parents 48a22f36ff45
children da71e66dc1d4
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 */
 /**/
+    940,
+/**/
     939,
 /**/
     938,