Re: vim -u NONE

2006-10-06 Thread Bill McCarthy
needed. See ":help -u". > I never noticed that 'vim -u NONE' ever read the .viminfo ? It doesn't, you're in 'cp' mode and 'viminfo' is empty. > For example, if I set 'set nocp' in 'vim -u NONE' then I don't >

Re: vim -u NONE

2006-10-06 Thread A.J.Mechelynck
Yakov Lerner wrote: On 10/6/06, A.J.Mechelynck <[EMAIL PROTECTED]> wrote: Peter Hodge wrote: [...] > I wouldn't think the -i option is necessary, because 'viminfo' is empty by > default anyway. [...] The 'viminfo' option is not empty by default, except in 'compatible' mode (see -u option

Re: vim -u NONE

2006-10-06 Thread Yakov Lerner
On 10/6/06, A.J.Mechelynck <[EMAIL PROTECTED]> wrote: Peter Hodge wrote: [...] > I wouldn't think the -i option is necessary, because 'viminfo' is empty by > default anyway. [...] The 'viminfo' option is not empty by default, except in 'compatible' mode (see -u option forces 'compatible' on.

Re: vim -u NONE

2006-10-06 Thread Yakov Lerner
On 10/6/06, Bill McCarthy <[EMAIL PROTECTED]> wrote: On Thu 5-Oct-06 8:54pm -0600, Gary Johnson wrote: >> > gvim -u NONE -i NONE -N > Setting "-u NONE -i NONE -N" is all that's needed. See ":help -u". I never noticed that 'vim -u NONE'

Re: vim -u NONE

2006-10-06 Thread A.J.Mechelynck
Peter Hodge wrote: [...] I wouldn't think the -i option is necessary, because 'viminfo' is empty by default anyway. [...] The 'viminfo' option is not empty by default, except in 'compatible' mode (see ":help 'viminfo'"): 'compatible' default: viminfo= MS-DOS, Windows, OS/2 'nocompa

Re: vim -u NONE

2006-10-06 Thread Bill McCarthy
On Fri 6-Oct-06 12:15am -0600, Gary Johnson wrote: > I also found this under ":help gui-init": > > To skip loading the system menu include 'M' in 'guioptions'. > > So to avoid loading _anything_, at the expense of not having any > menus, one could start gvim as > > gvim -N -u NONE -i NONE

Re: vim -u NONE

2006-10-05 Thread Gary Johnson
NE -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. > &

Re: vim -u NONE

2006-10-05 Thread Bill McCarthy
gt; 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&' >> >>

Re: vim -u NONE

2006-10-05 Thread Bill McCarthy
:h viminfo > 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: > gvi

Re: vim -u NONE (was: Re: Vim 7.0 (1-109 patches) completion bug.)

2006-10-05 Thread Gary Johnson
i 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

vim -u NONE (was: Re: Vim 7.0 (1-109 patches) completion bug.)

2006-10-05 Thread Peter Hodge
;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&a