diff src/version.c @ 3170:d2f70593afeb v7.3.355

updated for version 7.3.355 Problem: GTK warnings when using netrw.vim. (Ivan Krasilnikov) Solution: Do not remove the beval event handler twice.
author Bram Moolenaar <bram@vim.org>
date Wed, 30 Nov 2011 11:31:30 +0100
parents 6672b1645306
children c349a670716a
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 */
 /**/
+    355,
+/**/
     354,
 /**/
     353,