mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
Remove unused code.
This commit is contained in:
@@ -640,13 +640,6 @@ getcmdline(firstc, count, indent)
|
||||
c = p_wc;
|
||||
}
|
||||
}
|
||||
#if 0 /* If enabled <Down> on a file takes you _completely_ out of wildmenu */
|
||||
if (p_wmnu
|
||||
&& (xpc.xp_context == EXPAND_FILES
|
||||
|| xpc.xp_context == EXPAND_MENUNAMES)
|
||||
&& (c == K_UP || c == K_DOWN))
|
||||
xpc.xp_context = EXPAND_NOTHING;
|
||||
#endif
|
||||
|
||||
#endif /* FEAT_WILDMENU */
|
||||
|
||||
|
Reference in New Issue
Block a user