mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
patch 9.0.0279: the tiny version has the popup menu but not 'wildmenu'
Problem: The tiny version has the popup menu but not 'wildmenu'. Solution: Graduate the wildmenu feature.
This commit is contained in:
@@ -876,7 +876,6 @@ draw_vsep_win(win_T *wp, int row)
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef FEAT_WILDMENU
|
||||
static int skip_status_match_char(expand_T *xp, char_u *s);
|
||||
|
||||
/*
|
||||
@@ -1144,7 +1143,6 @@ win_redr_status_matches(
|
||||
win_redraw_last_status(topframe);
|
||||
vim_free(buf);
|
||||
}
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Return TRUE if the status line of window "wp" is connected to the status
|
||||
|
Reference in New Issue
Block a user