diff src/version.c @ 2667:a53e7d3fd741 v7.3.086

updated for version 7.3.086 Problem: When using a mapping with an expression and there was no count, v:count has the value of the previous command. (ZyX) Solution: Also set v:count and v:count1 before getting the character that could be a command or a count.
author Bram Moolenaar <bram@vim.org>
date Fri, 17 Dec 2010 18:53:01 +0100
parents 1a0d346695fa
children bfade53bcafb
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 */
 /**/
+    86,
+/**/
     85,
 /**/
     84,