updated for version 7.0041

This commit is contained in:
vimboss
2005-01-17 22:06:23 +00:00
parent b413954494
commit 74212cfa2f

View File

@@ -1244,8 +1244,8 @@ do_cmdline(cmdline, getline, cookie, flags)
{
int idx = cleanup_conditionals(&cstack, 0, TRUE);
if (idx == cstack.cs_idx)
--idx; /* remove at least one */
if (idx >= 0)
--idx; /* remove try block not in its finally clause */
rewind_conditionals(&cstack, idx, CSF_WHILE | CSF_FOR,
&cstack.cs_looplevel);
}