On Wed, 2008-10-15 at 08:01 -0700, Tor wrote: > When openingen a file for edit, you can use tab to have completion of > file names and paths. > > The problem is that this tab completion is not strict and therefore > matches the first best result. > > If you are used to bash behaviour, ie match if possible, this is a bit > annoying. > > Can this be changed?
In fact, it can. The option you want is 'wildmode'. I have the following in my .vimrc, which gives me bash like behavior: set wildmode=list:longest (:help 'wildmode' for much more info) --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
