Problem: Build failure without command line history.
Solution: Move cmdline_init() outside of #ifdef.
}
#endif
+ void
+cmdline_init(void)
+{
+ vim_memset(&ccline, 0, sizeof(struct cmdline_info));
+}
+
/*
* getcmdline() - accept a command line starting with firstc.
*
}
}
- void
-cmdline_init(void)
-{
- vim_memset(&ccline, 0, sizeof(struct cmdline_info));
-}
-
/*
* Write history to viminfo file in "fp".
* When "merge" is TRUE merge history lines with a previously read viminfo
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 441,
/**/
440,
/**/