1
0
forked from aniani/vim

patch 7.4.743

Problem:    "p" in Visual mode causes an unexpected line split.
Solution:   Advance the cursor first. (Yukihiro Nakadaira)
This commit is contained in:
Bram Moolenaar
2015-06-19 15:17:55 +02:00
parent a594d77ffc
commit c004bc2726
4 changed files with 80 additions and 2 deletions

View File

@@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
743,
/**/
742,
/**/