0
0
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:
Bram Moolenaar
2010-08-08 16:38:42 +02:00
parent 83687a7215
commit 09092155a6
31 changed files with 15 additions and 714 deletions

View File

@@ -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 */