>> 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
Additionally, you can use ctrl-d without changing flags. And I guess you are aware that pressing tab multiple times cycles through all possible completions. Nico --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
