diff src/version.c @ 4227:94342b0605fb v7.3.865

updated for version 7.3.865 Problem: Mouse position may be wrong. Solution: Let vungetc() restore the mouse position.
author Bram Moolenaar <bram@vim.org>
date Sat, 16 Mar 2013 21:42:16 +0100
parents a82ef37d38c0
children 90d72df431e5
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    865,
+/**/
     864,
 /**/
     863,