diff src/version.c @ 2048:351bf13db807 v7.2.334

updated for version 7.2.334 Problem: Postponing keys in Netbeans interface does not work properly. Solution: Store the key string instead of the number. Avoid an infinite loop. (Mostly by Xavier de Gaye)
author Bram Moolenaar <bram@zimbu.org>
date Tue, 19 Jan 2010 15:13:14 +0100
parents 85da03763130
children 23d366df1938
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 */
 /**/
+    334,
+/**/
     333,
 /**/
     332,