1
0
forked from aniani/vim

patch 7.4.1970

Problem:    Using ":insert" in an empty buffer sets the jump mark. (Ingo
            Karkat)
Solution:   Don't adjust marks when replacing the empty line in an empty
            buffer. (closes #892)
This commit is contained in:
Bram Moolenaar
2016-07-01 14:04:51 +02:00
parent 24cf233ef9
commit 70e136e1d8
4 changed files with 16 additions and 2 deletions

View File

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