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 Warnin
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
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
> forma
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 modeline