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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user