mirror of
https://github.com/vim/vim.git
synced 2025-10-05 05:34:07 -04:00
patch 8.1.0519: cannot save and restore the tag stack
Problem: Cannot save and restore the tag stack. Solution: Add gettagstack() and settagstack(). (Yegappan Lakshmanan, closes #3604)
This commit is contained in:
@@ -835,7 +835,7 @@ vim_mem_profile_dump(void)
|
||||
#endif /* MEM_PROFILE */
|
||||
|
||||
#ifdef FEAT_EVAL
|
||||
static int
|
||||
int
|
||||
alloc_does_fail(long_u size)
|
||||
{
|
||||
if (alloc_fail_countdown == 0)
|
||||
|
Reference in New Issue
Block a user