> BTW, using
> 
>     gvim -u NONE -U NONE
> 
> is both redundant (in the case of -U NONE), dangerous (since
> default settings may truncate your viminfo on exit), and put
> you in vi compatible mode.  Better is:
> 
>     gvim -u NONE -i NONE -N
> 

I wouldn't think the -i option is necessary, because 'viminfo' is empty by
default anyway.  Perhaps there should be a shell script distributed with vim so
that anyone can start up vim cleanly.

  cleanvim.sh:
    vim -u NONE -i NONE -N --noplugin --cmd 'set rtp=$VIMRUNTIME' '+set rtp&'

  cleanvim.bat:
    gvim.exe -u NONE -i NONE -N --noplugin --cmd "set rtp=$VIMRUNTIME" "+set
rtp&"

regards,
Peter



                
____________________________________________________ 
On Yahoo!7 
Men's Health: What music do you want to hear on Men's Health Radio? 
http://www.menshealthmagazine.com.au/ 

Reply via email to