On Mon, May 4, 2009 at 3:45 PM, Bill Moseley wrote: > > Ok, perhaps getting closer. Doesn't seem like any ftplugin/*.vim are > getting loaded. > > > When I edit a .pl file (filetype=perl) ftplugin/perl.vim doesn't seem > to be loaded. A look at strace seems to confirm that. > > But, if I run this command: > > :runtime! ftplugin/**/*.vim > > I see this error briefly: > > E486: Pattern not found: ^>\s*$ > AppendMatchGroup.vim: matchit.vim not loaded -- finishing without loading > E486: Pattern not found: ^>\s*$
Well, not sure about *this* problem, but we've figured out the perl-support problem... > And then I have my perl support back in vim. > > That give any hints what might not be working? Yep. Filetype plugins must not be enabled. Add filetype plugin indent on to your ~/.vimrc (leave out the indent bit if you don't want per-filetype indent scripts). ~Matt --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
