newrw 107 and ':e .'

2007-02-11 Thread Bernhard Walle
Hello, after I installed netrw 107 in my ~/.vim, I cannot browse a directory which :e /path/to/dir any more. That's annoying because also bookmarks don't work in the directory browser and there are some other problems. Can somebody help? Thanks! Regards, Bernhard

Re: Fwd: entering copied text into command mode?

2007-02-16 Thread Bernhard Walle
* A.J.Mechelynck <[EMAIL PROTECTED]> [2007-02-16 03:03]: > I don't know what "the Gtk clipboard" might be. On my system, + is for > whatever is used for "Edit => Copy", "Edit => Cut" and "Edit => Paste" in > any X11 programs regardless of whether or not they are using Gtk widgets > (Konqueror, f

Re: limited fonts in gVim

2007-02-19 Thread Bernhard Walle
* Simon Jackson <[EMAIL PROTECTED]> [2007-02-20 01:04]: > Im on a windows machine and the choice of fonts to use is VERY > limited, is there a way to use any true type font i have installed on > the machine? I think vim can only deal with monospaced fonts. And I really don't think that proportinal

Completion deletes previously completed text

2007-02-25 Thread Bernhard Walle
Hello, e.g. I have a text file: -- some_very_long_string some_another_long_string ... -- I want to type some_very_long_string(some_another_long_string). Now I type 'some_very' and hit to complete it. After that I type '(' then 'some_another' and I hit again. Without leaving the insert mode,

Re: Completion deletes previously completed text

2007-02-26 Thread Bernhard Walle
* A.J.Mechelynck <[EMAIL PROTECTED]> [2007-02-26 02:08]: > >-- > > > >I want to type some_very_long_string(some_another_long_string). > > > >Now I type 'some_very' and hit to complete it. After that I > >type '(' then 'some_another' and I hit again. Without leaving > >the insert mode, of course.