diff src/version.c @ 3135:7919a3d7333b v7.3.338

updated for version 7.3.338 Problem: Using getchar() in an expression mapping doesn't work well. Solution: Don't save and restore the typeahead. (James Vega)
author Bram Moolenaar <bram@vim.org>
date Wed, 12 Oct 2011 22:02:14 +0200
parents 176bfa951339
children b5a2b4c0c1ca
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 */
 /**/
+    338,
+/**/
     337,
 /**/
     336,