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

updated for version 7.1b

This commit is contained in:
Bram Moolenaar
2007-05-10 18:02:27 +00:00
parent 7aa9f6a03a
commit 035db9f0e1
6 changed files with 10 additions and 10 deletions

View File

@@ -1969,7 +1969,7 @@ u_free_line(ptr, keep)
}
/*
* If the block only containes free memory now, release it.
* If the block only contains free memory now, release it.
*/
if (!keep && curbuf->b_mb_current->mb_size
== curbuf->b_mb_current->mb_info.m_next->m_size)