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 Warnin

Re: Gvim for KDE

2006-07-13 Thread Mikolaj Machowski
Dnia środa, 12 lipca 2006 22:23, Stefan Karlsson napisał: > By the way, is there anyone out there that is working on a KDE version? No. m.

Re: Gvim for KDE

2006-07-13 Thread Diwaker Gupta
i don't get it vim compiles for me just fine -- suse linux 10.0, using KDE, vim 7.0.35 -- am i missing something here? I think he meant a Vim GUI that is based on KDE/Qt rather than GNOME/GTK. Diwaker -- Web/Blog/Gallery: http://floatingsun.net/blog

Re: minor feature request: let!

2006-07-13 Thread justin constantino
On 7/9/06, Bram Moolenaar <[EMAIL PROTECTED]> wrote: Justin Constantino wrote: > Currently, if you try to assign a value to a variable with a different > type, you get: > > E706: Variable type mismatch > > To make it work, you have to first unlet the variable, which is kind > of annoying if the