diff src/version.c @ 5724:2aa909427e44 v7.4.207

updated for version 7.4.207 Problem: The cursor report sequence is sometimes not recognized and results in entering replace mode. Solution: Also check for the cursor report when not asked for.
author Bram Moolenaar <bram@vim.org>
date Wed, 19 Mar 2014 14:01:57 +0100
parents 7e826028d399
children 9b5541e276aa
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    207,
+/**/
     206,
 /**/
     205,