summaryrefslogtreecommitdiffstats
path: root/src/ex_getln.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ex_getln.c')
-rw-r--r--src/ex_getln.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/ex_getln.c b/src/ex_getln.c
index 8a18a4cce7..2475bb9c12 100644
--- a/src/ex_getln.c
+++ b/src/ex_getln.c
@@ -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 */