Re: dev: gvim auto copy selected text(visual) to + register

2012-04-24 Fir de Conversatie Sergey Vakulenko
Hi Christian > > There is no solutions but workarounds. Hence, it will be nice have > > this feature in gvim. > > Anyway, I have a patch, that changes the behaviour of the 'cb' option > when 'autoselect' is included to always copy the selection in both X11 > buffers. But you'll lose the X11 clipbo

Re: Issue 63 in vim: sed: RE error: illegal byte sequence

2012-04-24 Fir de Conversatie Charles Campbell
John Little wrote: There's a copyright notice: # Copyright (©) 2001 by Jörg Ziefle The © and the ö are encoded in ISO 8859-1, aka latin1 sed: RE error: illegal byte sequence This looks to me like weirdness in the OS X implementation of sed. Mine (GNU sed version 4.2.1) has no tro

Invalid indent for C++ inside lambda body.

2012-04-24 Fir de Conversatie Sektor van Skijlen
Probably 4th attempt, wish me luck. It can be visible when you type something like: fn( a, [](int x) { // indent by +2 &sw, ok empty // indent by +1 &sw, ok // indent by ... -3 &sw ??? If you type this in the normal portion of code (not inside lambda), the last line inde