On 6/21/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
(~/.vimrc follows message; compile info follows ~/.vimrc)
On a recent fresh install after setting up ~/ I'm finding that vim
appears not to be slurping ~/.vimrc. When it starts I don't see my
settings showing line number and percentage of file.
To troubleshoot this, may I suggest
1. that you rename your existing (big) ~/.vimrc :
mv ~/.vimrc ~/.v
and 2. create temp 1-liner ~/.vimrc containing this:
call input("XXX")
3. Then run vim with -V20 option 'vim -V20' (verbose level)
When I do this, I get this output:
$ vim -V20
could not source "$VIM/vimrc"
sourcing "$HOME/.vimrc"
line 1: call input("XXX")
XXX
Now what is your output ?
Yakov