mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
updated for version 7.3.741
Problem: Tiny build fails. Solution: Move #ifdef. (Ike Devolder)
This commit is contained in:
parent
97d4ea71d6
commit
2e18a12780
@ -1534,9 +1534,9 @@ do_cmdline(cmdline, fgetline, cookie, flags)
|
||||
* ":endif" (could be ":if x | foo | endif").
|
||||
*/
|
||||
if_level = 0;
|
||||
#endif
|
||||
|
||||
did_endif = FALSE; /* in case do_cmdline used recursively */
|
||||
#endif
|
||||
|
||||
--call_depth;
|
||||
return retval;
|
||||
|
@ -725,6 +725,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
741,
|
||||
/**/
|
||||
740,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user