]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.4.171 v7.4.171
authorBram Moolenaar <Bram@vim.org>
Tue, 11 Feb 2014 14:10:43 +0000 (15:10 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 11 Feb 2014 14:10:43 +0000 (15:10 +0100)
commit0a36fece9234d423aa5e35a8df1e33b3f79e9ede
tree8f7e6034c8007a526e2bb0132d21817f183ca73c
parentc467d9b2745642df836e89c026b2e84d9b227b59
updated for version 7.4.171
Problem:    Redo does not set v:count and v:count1.
Solution:   Use a separate buffer for redo, so that we can set the counts when
            performing redo.
src/getchar.c
src/globals.h
src/normal.c
src/proto/getchar.pro
src/structs.h
src/version.c