On Tuesday, October 9, 2012 4:37:58 PM UTC+5:30, Bram Moolenaar wrote:
> Christian Brabandt wrote:
>
> > On Sun, September 30, 2012 14:42, Bram Moolenaar wrote:
> > >> attached patch implements undo when doing :s/.../.../gc
> > >
> > > Yeah, this is useful. But also tricky, if the undo is done wr
Christian Brabandt wrote:
> On Sun, September 30, 2012 14:42, Bram Moolenaar wrote:
> >> attached patch implements undo when doing :s/.../.../gc
> >
> > Yeah, this is useful. But also tricky, if the undo is done wrong then
> > the text may get messed up. Can you think of situations where someth
On Sun, September 30, 2012 14:42, Bram Moolenaar wrote:
>> attached patch implements undo when doing :s/.../.../gc
>
> Yeah, this is useful. But also tricky, if the undo is done wrong then
> the text may get messed up. Can you think of situations where something
> could go wrong? And it would be
On Sun, September 30, 2012 15:41, Andy Wokula wrote:
> Am 30.09.2012 14:42, schrieb Bram Moolenaar:
>>
>> Christian Brabandt wrote:
>>
>>> Bram,
>>> attached patch implements undo when doing :s/.../.../gc
>>>
>>> This has been requested recently in
>>> https://groups.google.com/group/vim_dev/msg/99
Am 30.09.2012 14:42, schrieb Bram Moolenaar:
Christian Brabandt wrote:
Bram,
attached patch implements undo when doing :s/.../.../gc
This has been requested recently in
https://groups.google.com/group/vim_dev/msg/9930ef0f86421814
And I think, I saw a request like this on the sf.net bug track
Christian Brabandt wrote:
> Bram,
> attached patch implements undo when doing :s/.../.../gc
>
> This has been requested recently in
> https://groups.google.com/group/vim_dev/msg/9930ef0f86421814
>
> And I think, I saw a request like this on the sf.net bug tracker, but I
> can't find it right n
Bram,
attached patch implements undo when doing :s/.../.../gc
This has been requested recently in
https://groups.google.com/group/vim_dev/msg/9930ef0f86421814
And I think, I saw a request like this on the sf.net bug tracker, but I
can't find it right now. Additionally, I also added using Ctrl-L