On Saturday, December 1, 2012 7:42:54 PM UTC+13, François Ingelrest wrote:
> At step 3 I get a blank screen with no listing.
So do I.
On Kubuntu 12.10, vim 7.3.742, Huge version with GTK2-GNOME, starting vim with
vim -u NONE -N -c 'let g:netrw_liststyle=3' \
-c 'so $VIMRUNTIME/pl
Bram,
this patch fixes this item from the todo list:
/[^\n] does match at a line break. Expected to do the same as /.
Vim now handles /[^\n] exactly like matching the '.'
While making this patch, I noticed, that currently echo match("\n", '.')
returns true. This might be unexpected, since '
Hi all,
I've updated Vim to 7.3.744 (features=big) and now netrw fails the
second time I try to open a file using :Explore
1. Start vim
2. :E and open a file
3. :E fails
At step 3 I get a blank screen with no listing. This seems to be
caused by this line in my .vimrc:
let g:netrw_liststyle=3
I
I'm building vim 7.3.744 on Windows 7 with MinGW. By compiling it with
Racket 5.3.1 I get:
In file included from if_mzsch.h:15:0,
from os_win32.c:26:
c:/Racket/include/scheme.h:890:3: error: unknown type name 'uintptr_t'
In file included from c:/Racket/includ
Sergey,
On Thu, Nov 29, 2012 at 11:46 PM, Sergey Khorev
wrote:
> On Thu, Nov 29, 2012 at 8:28 PM, Steve Hall wrote:
> > Unable to compile vim via Cygwin with Racket Scheme 5.3.1, produces
various
> > errors:
>
> Current patchlevel of Vim does not support Racket 5.2.x or 5.3.x.
> Some two weeks a