mirror of
https://github.com/vim/vim.git
synced 2025-09-30 04:44:14 -04:00
updated for version 7.0130
This commit is contained in:
@@ -404,6 +404,12 @@ u_savecommon(top, bot, newbot)
|
||||
}
|
||||
for (i = 0, lnum = top + 1; i < size; ++i)
|
||||
{
|
||||
fast_breakcheck();
|
||||
if (got_int)
|
||||
{
|
||||
u_freeentry(uep, i);
|
||||
return FAIL;
|
||||
}
|
||||
if ((uep->ue_array[i] = u_save_line(lnum++)) == NULL)
|
||||
{
|
||||
u_freeentry(uep, i);
|
||||
|
Reference in New Issue
Block a user