0
0
mirror of https://github.com/vim/vim.git synced 2025-10-07 05:54:16 -04:00

updated for version 7.2-203

This commit is contained in:
Bram Moolenaar
2009-06-16 14:01:43 +00:00
parent 8b38e2416c
commit 746ebd3b6a
10 changed files with 341 additions and 160 deletions

View File

@@ -1234,7 +1234,7 @@ Delete(vimbuf, ...)
{
ml_delete(lnum, 0);
deleted_lines_mark(lnum, 1L);
if (aco.save_buf == curbuf)
if (aco.save_curbuf == curbuf)
check_cursor();
}