diff src/version.c @ 3119:abb03be99d66 v7.3.330

updated for version 7.3.330 Problem: When longjmp() is invoked if the X server gives an error the state is not properly restored. Solution: Reset vgetc_busy. (Yukihiro Nakadaira)
author Bram Moolenaar <bram@vim.org>
date Tue, 04 Oct 2011 16:43:53 +0200
parents ec901ddc84d5
children 4b8c614c1c91
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 */
 /**/
+    330,
+/**/
     329,
 /**/
     328,