On 6/23/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
I can't think what to echo to find out where the purple comes from.
And why :so ~/.vimrc removes it and puts my normal setting in play.
How about this workaround.
1. create this dir
$ mkdir -p ~/.vim/after/plugin
(Your &runtimepath is supposed to have ~/.vim/after as a last
component: :echo &runtimepath )
2. create the file ~/.vim/after/plugin/zzz.vim
containing this line:
source $HOME/.vimrc
3. Check that this file is auto-read, and is last in
the startup sequence:
$ vim
:scriptnames
If it worked, enjoy. If not, keep in mind that this list will not
leave it unsolved!!!
Yakov