> some option settings have to be at about bottom or last of
> vimrc file! What is this?? I appended my vimrc file to this
> mail. be happy.
>
> <examples> set nobackup "***?! This code have to be *bottom*
> of vimrc
My guess is that somewhere higher in your vimrc, you source some
other file like
so example_vimrc
or
source example_vimrc
which changes the option. If you remove/comment *your* line in
question (such as "set nobackup") from your vimrc, start vim, and
then type
:verbose set backup?
it should tell you which script was changing it before you got a
crack at it. Just make sure your preferences are set after
sourcing this file.
-tim
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---