mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
updated for version 7.3.737
Problem: When using do_cmdline() recursively did_endif is not reset, causing messages to be overwritten. Solution: Reset did_endif. (Christian Brabandt)
This commit is contained in:
@@ -1536,6 +1536,8 @@ do_cmdline(cmdline, fgetline, cookie, flags)
|
||||
if_level = 0;
|
||||
#endif
|
||||
|
||||
did_endif = FALSE; /* in case do_cmdline used recursively */
|
||||
|
||||
--call_depth;
|
||||
return retval;
|
||||
}
|
||||
|
Reference in New Issue
Block a user