Re: question for charles (or anyone): netrw whacking t

2006-07-13 Thread Benji Fisher
On Wed, Jul 12, 2006 at 01:24:51PM -0400, Charles E Campbell Jr wrote: Benji Fisher wrote: I think I see the problem. In $VIMRUNTIME/autoload/netrw.vim , in the function netrw#DirBrowse() , there are the lines if fo =~ '[ta]' set fo-=t set fo-=a echohl Warning echo

Re: question for charles (or anyone): netrw whacking t

2006-07-12 Thread Charles E Campbell Jr
Benji Fisher wrote: I think I see the problem. In $VIMRUNTIME/autoload/netrw.vim , in the function netrw#DirBrowse() , there are the lines if fo =~ '[ta]' set fo-=t set fo-=a echohl Warning echo '***warning*** directory browsing and formatoptions ta are incompatible' echohl

question for charles (or anyone): netrw whacking t

2006-07-11 Thread scott
charles-- i have formatoptions set in my .vimrc to tcroqn i have a script i call gvime that starts 'vim -g -c Explore' (i tried 'gvim -c Explore' with the same result) if i run gvime, and select a file to edit, i find formatoptions is now croqn -- the t has been whacked, and even with a

Re: question for charles (or anyone): netrw whacking t

2006-07-11 Thread Benji Fisher
On Tue, Jul 11, 2006 at 06:53:23PM -0500, scott wrote: charles-- i have formatoptions set in my .vimrc to tcroqn i have a script i call gvime that starts 'vim -g -c Explore' (i tried 'gvim -c Explore' with the same result) if i run gvime, and select a file to edit, i find formatoptions