Got it. Thanks a lot! On Jun 11, 4:17 am, Christian Brabandt <[email protected]> wrote: > Hi heirloom! > > On Fr, 10 Jun 2011, heirloom wrote: > > > Still doesn't work even when I tried ":B u". No auto-completion > > happens when pressing <tab>. Thanks. > > You are right. It depends on your 'wim' setting. But using > :set wim=longest,list should list all matches and you need to complete > manually, until the match can uniquely be identified. > > The problem is, vim can't really complete the longest common string, > since there is no common string when looking from the start of the path. > > But using :B 1<tab> will autocomplete to usa1.txt and using > :B 2<tab> will autocomplete to test/usa2.txt > > So simply use a string, that uniquely identifies your match. > > regards, > Christian
-- 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
