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*$
And then I have my perl support back in vim.
That give any hints what might not be working?
Also, I just noted that I have a ftplugin/mail.vim and that is also no longer
working, so it seem like none of my ftplugins are working.
~/.vim$ ls *plugin
ftplugin:
mail.vim perl.vim svnlog.vim svn.vim
plugin:
complete.vim perl-support.vim svncommand.vim taglist.vim yaposting.vim
--
Bill Moseley.
[email protected]
Sent from my iMutt
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---