diff src/version.c @ 2649:b2789846ed39 v7.3.069

updated for version 7.3.069 Problem: GTK: pressing Enter in inputdialog() doesn't work like clicking OK as documented. Solution: call gtk_entry_set_activates_default(). (Britton Kerin)
author Bram Moolenaar <bram@vim.org>
date Wed, 24 Nov 2010 18:48:12 +0100
parents 656e652c6579
children ef3a3ec8940c
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    69,
+/**/
     68,
 /**/
     67,