diff src/version.c @ 6322:85d8cde3b432 v7.4.494

updated for version 7.4.494 Problem: Cursor shape is wrong after a CompleteDone autocommand. Solution: Update the cursor and mouse shape after ":normal" restores the state. (Jacob Niehus)
author Bram Moolenaar <bram@vim.org>
date Wed, 05 Nov 2014 09:53:23 +0100
parents a0daa5feaccb
children 0079791cbbea
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    494,
+/**/
     493,
 /**/
     492,