1
0
forked from aniani/vim

updated for version 7.0095

This commit is contained in:
Bram Moolenaar
2005-06-27 22:42:44 +00:00
parent d4098f5f19
commit 39a58ca3d4
13 changed files with 2423 additions and 1583 deletions

View File

@@ -871,6 +871,9 @@ lalloc(size, message)
break;
releasing = TRUE;
try_again = mf_release_all();
#ifdef FEAT_EVAL
try_again |= garbage_collect();
#endif
releasing = FALSE;
if (!try_again)
break;