diff src/version.c @ 3560:af083cb521bc v7.3.540

updated for version 7.3.540 Problem: Cursor is left on the text instead of the command line. Solution: Don't call setcursor() in command line mode.
author Bram Moolenaar <bram@vim.org>
date Wed, 06 Jun 2012 12:06:15 +0200
parents 7a710cf51d73
children 5c1aaf9b4b1b
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 */
 /**/
+    540,
+/**/
     539,
 /**/
     538,