]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.4.085 v7.4.085
authorBram Moolenaar <Bram@vim.org>
Mon, 11 Nov 2013 00:29:22 +0000 (01:29 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 11 Nov 2013 00:29:22 +0000 (01:29 +0100)
commit3f75e422be7dba58a6c6fc58dcc51b882bd4adaf
treef0f126c4e6ed50f7503be5808304c9cbf06d4a18
parentd6b8a5253b293b90a90af4320e9fd1c6e587ad2b
updated for version 7.4.085
Problem:    When inserting text in Visual block mode and moving the cursor the
            wrong text gets repeated in other lines.
Solution:   Use the '[ mark to find the start of the actually inserted text.
            (Christian Brabandt)
src/ops.c
src/testdir/test39.in
src/testdir/test39.ok
src/version.c