commit | 3f75e422be7dba58a6c6fc58dcc51b882bd4adaf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 11 01:29:22 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 11 01:29:22 2013 +0100 |
tree | f0f126c4e6ed50f7503be5808304c9cbf06d4a18 | |
parent | d6b8a5253b293b90a90af4320e9fd1c6e587ad2b [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index f9bb7dd..af31b47 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 85, +/**/ 84, /**/ 83,