comparison 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
comparison
equal deleted inserted replaced
2666:1a0d346695fa 2667:a53e7d3fd741
712 NULL 712 NULL
713 }; 713 };
714 714
715 static int included_patches[] = 715 static int included_patches[] =
716 { /* Add new patch number below this line */ 716 { /* Add new patch number below this line */
717 /**/
718 86,
717 /**/ 719 /**/
718 85, 720 85,
719 /**/ 721 /**/
720 84, 722 84,
721 /**/ 723 /**/