mirror of
https://github.com/vim/vim
synced 2025-07-16 01:01:58 +00:00
updated for version 7.0041
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user