diff src/version.c @ 4155:454d35a43392 v7.3.830

updated for version 7.3.830 Problem: :mksession confuses bytes, columns and characters when positioning the cursor. Solution: Use w_virtcol with "|" instead of w_cursor.col with "l".
author Bram Moolenaar <bram@vim.org>
date Wed, 20 Feb 2013 19:26:29 +0100
parents 7728d626ae03
children cb185366f5c8
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 */
 /**/
+    830,
+/**/
     829,
 /**/
     828,