1
0
forked from aniani/vim

updated for version 7.0083

This commit is contained in:
Bram Moolenaar
2005-06-08 22:07:37 +00:00
parent 3638c6876d
commit eaa48e7d41
3 changed files with 27 additions and 15 deletions

View File

@@ -3605,7 +3605,8 @@ ex_append(eap)
break;
}
if ((p[0] == '.' && p[1] == NUL)
|| (!did_undo && u_save(lnum, lnum + 1) == FAIL))
|| (!did_undo && u_save(lnum, lnum + 1 + (empty ? 1 : 0))
== FAIL))
{
vim_free(theline);
break;