diff src/version.c @ 2863:8d8bd6307b1a v7.3.205

updated for version 7.3.205 Problem: Syntax "extend" doesn't work correctly. Solution: Avoid calling check_state_ends() recursively (Ben Schmidt)
author Bram Moolenaar <bram@vim.org>
date Wed, 25 May 2011 17:56:27 +0200
parents e6ce47f06836
children 46544d3ae7ec
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 */
 /**/
+    205,
+/**/
     204,
 /**/
     203,