Re: [patch] implement undo in :s_flags

2015-01-08 Fir de Conversatie justrajdeep
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

Re: [patch] implement undo in :s_flags

2012-10-09 Fir de Conversatie Bram Moolenaar
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

Re: [patch] implement undo in :s_flags

2012-10-08 Fir de Conversatie Christian Brabandt
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

Re: [patch] implement undo in :s_flags

2012-10-01 Fir de Conversatie Christian Brabandt
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

Re: [patch] implement undo in :s_flags

2012-09-30 Fir de Conversatie Andy Wokula
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

Re: [patch] implement undo in :s_flags

2012-09-30 Fir de Conversatie 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 tracker, but I > can't find it right n

[patch] implement undo in :s_flags

2012-09-28 Fir de Conversatie Christian Brabandt
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