]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.333 v7.3.333
authorBram Moolenaar <Bram@vim.org>
Tue, 4 Oct 2011 19:22:44 +0000 (21:22 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 4 Oct 2011 19:22:44 +0000 (21:22 +0200)
commitca0c9fcda04f532f2dcb306ffb37672feba00c10
tree57bd0eb8f0abdeaa3c62701ee1b44d782101e0df
parente79d1535cf1933729bb7352123c12cb91fd2ce0c
updated for version 7.3.333
Problem:    Using "." to repeat a Visual delete counts the size in bytes, not
            characters.  (Connor Lane Smith)
Solution:   Store the virtual column numbers instead of byte positions.
src/normal.c
src/version.c