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