> > what version are you using, as with my version it works as expected > > > > :call unite# <TAB> will complete with functions that start unite# and > > not at the beginning of the list as in your case. >
Hi Chris, my current vim version is 7.4.265, compiled this morning. I can reproduce the behavior I mentioned with a very minimal setting: ############# test.vim############# set nocompatible set runtimepath+=~/vimfiles/bundle/unite ################################### vim -u test.vim Does it work fine for you with this minimal setting? Thanks, Jorge. -- -- You received this message from the "vim_use" 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 --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
