Problem: Can't build when the insert_expand feature is disabled.
Solution: Add #ifdefs. (Dan Pasanen, closes #499)
* redo buffer.
*/
save_search_patterns();
+#ifdef FEAT_INS_EXPAND
if (!ins_compl_active())
+#endif
{
saveRedobuff();
did_save_redo = TRUE;
if (!autocmd_busy)
{
save_search_patterns();
+#ifdef FEAT_INS_EXPAND
if (!ins_compl_active())
+#endif
{
saveRedobuff();
did_save_redobuff = TRUE;
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 948,
/**/
947,
/**/