0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.2-226

This commit is contained in:
Bram Moolenaar
2009-07-09 18:06:49 +00:00
parent 13df0fea4b
commit cdcaa58929
7 changed files with 22 additions and 13 deletions

View File

@@ -4013,6 +4013,9 @@ ex_change(eap)
break;
ml_delete(eap->line1, FALSE);
}
/* make sure the cursor is not beyond the end of the file now */
check_cursor_lnum();
deleted_lines_mark(eap->line1, (long)(eap->line2 - lnum));
/* ":append" on the line above the deleted lines. */