commit | f82a2d2e5f8a229ba32519fdeb9e3339f0a2e7fe | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 17 18:53:01 2010 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 17 18:53:01 2010 +0100 |
tree | bd18b263787f8fc0f5694ed74ca88fa6c17f1238 | |
parent | 9c26303293f9bbab75d7074038dec0d33f4eb635 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 7372e9a..d3ad470 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 86, +/**/ 85, /**/ 84,