James Michael Fultz wrote: > It seems that '~/.vim/ftplugin/after' used to work until today when > I noticed that my settings were not in effect while editing a mail > message. Just could not find any reason for this to be until poking > around in the documentation turned up instructions to use > '~/.vim/after/ftplugin'. Made the necessary changes, and sure enough, > my settings are in effect again. > > Have I had a momentary lapse of reason? I recall reading the directions > to use '~/.vim/ftplugin/after' on the Web, but I cannot find a source > for it now. > ~/.vim/ftplugin/after never worked, unless you happened to have a filetype called "after", and then only for that filetype.
~/.vim/after/ftplugin -- now that works (loads filetype scripts at the end of the startup) Regards, Chip Campbell --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
