]> granicus.if.org Git - vim/commit
updated for version 7.3.086 v7.3.086
authorBram Moolenaar <Bram@vim.org>
Fri, 17 Dec 2010 17:53:01 +0000 (18:53 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 17 Dec 2010 17:53:01 +0000 (18:53 +0100)
commitf82a2d2e5f8a229ba32519fdeb9e3339f0a2e7fe
treebd18b263787f8fc0f5694ed74ca88fa6c17f1238
parent9c26303293f9bbab75d7074038dec0d33f4eb635
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.
src/normal.c
src/version.c