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