diff src/version.c @ 2070:4483ee552619 v7.2.355

updated for version 7.2.355 Problem: Computing the cursor column in validate_cursor_col() is wrong when line numbers are used and 'n' is not in 'cpoptions', causing the popup menu to be positioned wrong. Solution: Correctly use the offset. (partly by Dominique Pelle)
author Bram Moolenaar <bram@zimbu.org>
date Wed, 03 Feb 2010 17:43:07 +0100
parents 63613d8d7e4d
children 8a0a8f10b43e
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -682,6 +682,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    355,
+/**/
     354,
 /**/
     353,