0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

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;