0
0
mirror of https://github.com/vim/vim.git synced 2025-09-30 04:44:14 -04:00

updated for version 7.0106

This commit is contained in:
Bram Moolenaar
2005-07-09 21:08:57 +00:00
parent a466c99842
commit 35fdbb540a
9 changed files with 205 additions and 66 deletions

View File

@@ -1372,7 +1372,7 @@ u_alloc_line(size)
/* In this block find a chunk with enough space. */
mprev = curbuf->b_m_search;
mp = curbuf->b_m_search->m_next;
while (1)
for (;;)
{
if (mp == NULL) /* at end of the list */
mp = &(mbp->mb_info); /* wrap around to begin */