Hi Gary, > [ many lines ] please try quoting only the important parts of a message.
> > Otherwise you'd find messages with the id "test-plugin" in addition to > > "standard". > > But I see them in the output of :scriptnames: > > [..] > 19: ~/.vim/after/plugin/html.vim > 21: ~/.vim/after/ftplugin/html.vim Let's keep it short and sipmle. Try this: mv .vim .other then in your .vimrc add a early line like this: :set rtp=~/.other Now it should behave "normal", because you told Vim where your .vim directory is. Try it and report whether those after files can still be found in :scriptnames. Same applies to ftdetect Got it? Marc Weber -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
