Hi, In the following, command line expansion works in gvim but not in vim:
set nocompatible
set wildmenu
amenu test.etc\..1 :echo 1<cr>
emenu test.{press tab}
This presents no possible completion in vim, but correctly shows the
submenu in gvim.
Regards,
Thomas.
