Steps to reproduce: $ vim -u NONE -N :set wildmenu wildmode=longest,list :e $VIMRUNTIME/syntax/java.vim :new
Edit another file. Try to complete the current file name. This should result in Error 32: :e ^R% Without exiting the command mode, complete the alternate file name (i.e. $VIMRUNTIME/syntax/java.vim) and remove the file extension: ^R#^H^H^H^H At this point try file name completion by pressing <Tab>. I get: java.vim javacc.vim javascript.vim By hand complete the name of the javacc.vim file and hit enter: cc.vim<CR> The file is not edited. -- Cheers, Lech -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php