1
0
forked from aniani/vim

patch 8.1.1932: ml_get errors after using append()

Problem:    Ml_get errors after using append(). (Alex Genco)
Solution:   Do not update the cursor twice. (closes #1737)
This commit is contained in:
Bram Moolenaar
2019-08-27 21:56:06 +02:00
parent ea7a08a53e
commit d20070274c
3 changed files with 18 additions and 1 deletions

View File

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