commit | 1fc7e972b00ce271328fcb2734a321562b7194da | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 16 18:13:03 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 16 18:13:03 2014 +0200 |
tree | a740e385cce53dfffe16a5c3203c414297268a78 | |
parent | 0ddd1b5e3568f3402d5e58ee054c9c412eab0b94 [diff] [blame] |
updated for version 7.4.407 Problem: Inserting text for Visual block mode, with cursor movement, repeats the wrong text. (Aleksandar Ivanov) Solution: Reset the update_Insstart_orig flag. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 7e5b3cd..2b5dc45 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 407, +/**/ 406, /**/ 405,