commit | c004bc2726eafc7a56d1d9f8398a65a0a7dc8d6c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 19 15:17:55 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 19 15:17:55 2015 +0200 |
tree | 3a088bdfccf7659d244fc603677f831487c9dbfe | |
parent | a594d77ffcccf2ac0e4079c41342ca55d4c9bb08 [diff] [blame] |
patch 7.4.743 Problem: "p" in Visual mode causes an unexpected line split. Solution: Advance the cursor first. (Yukihiro Nakadaira)
diff --git a/src/version.c b/src/version.c index 197b6ea..1dcdf71 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 743, +/**/ 742, /**/ 741,