diff src/version.c @ 2988:25be7c9dda54 v7.3.266

updated for version 7.3.266 Problem: In Gvim with iBus typing space in Insert mode doesn't work. Solution: Clear xim_expected_char after checking it.
author Bram Moolenaar <bram@vim.org>
date Wed, 27 Jul 2011 18:25:44 +0200
parents eff686fb8de6
children ad404f2a4bfa
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 */
 /**/
+    266,
+/**/
     265,
 /**/
     264,