commit | d9820538bd6c83c51d24e3481cadf79ccaa9549e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 04 01:41:17 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 04 01:41:17 2013 +0100 |
tree | b8727b6a93911ccc2cdf9a6a23ba107e6c9ce279 | |
parent | ba2d7ffc4bd69175ddeffb77a7b459787baa0d92 [diff] [blame] |
updated for version 7.4.064 Problem: When replacing a character in Visual block mode, entering a CR does not cause a repeated line break. Solution: Recognize the situation and repeat the line break. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index b46d791..6610be7 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 64, +/**/ 63, /**/ 62,