diff src/version.c @ 2933:0bef86c5c985 v7.3.239

updated for version 7.3.239 Problem: Python corrects the cursor column without taking 'virtualedit' into account. (lilydjwg) Solution: Call check_cursor_col_win().
author Bram Moolenaar <bram@vim.org>
date Thu, 07 Jul 2011 15:08:58 +0200
parents f2c108f44f41
children bf283e37792b
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -710,6 +710,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    239,
+/**/
     238,
 /**/
     237,