commit | eaa48e7d41ddbed90368b14dec6b13bcfb0f698f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 08 22:07:37 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 08 22:07:37 2005 +0000 |
tree | af0e819a5630605b1361f040e2eabe6be601c3aa | |
parent | 3638c6876da2fe86885abfdffdec1436260377fd [diff] [blame] |
updated for version 7.0083
diff --git a/src/ex_cmds.c b/src/ex_cmds.c index 4e2d29f..9bef62d 100644 --- a/src/ex_cmds.c +++ b/src/ex_cmds.c
@@ -3605,7 +3605,8 @@ 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;