Jeenu wrote: > Hi, > > I'm trying to use Explore with BufNew auto-command so that I get a > browser whenever I create a new buffer. I did: > > aucmd BufNew * Explore > > But I don't see Explore command working when I create a new buffer. > All I see is an empty buffer. :au BufNew command does list Explore > but. > > BufNew > *.svg setf xml|set matchpairs=<:> > *.gmk setf make > *.make setf make > * Explore > > What might be going wrong? > Well, its au or autocmd. May I suggest trying "BufEnter" instead of "BufNew"?
Regards, Chip Campbell --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
