Re: BUG: Unclosed regexp collection breaks :substitute

2015-03-15 Fir de Conversatie Ingo Karkat
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 15-Mar-2015 10:08, 'Andy Wokula' via vim_dev wrote: > Am 14.03.2015 um 20:14 schrieb Ingo Karkat: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> >> On 14-Mar-2015 15:34, Bram Moolenaar wrote: >>> >>> Ingo Karkat wrote: On 14-Mar-20

Re: [Bulk] Re: BUG: Unclosed regexp collection breaks :substitute

2015-03-15 Fir de Conversatie 'Andy Wokula' via vim_dev
Am 14.03.2015 um 20:14 schrieb Ingo Karkat: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 14-Mar-2015 15:34, Bram Moolenaar wrote: Ingo Karkat wrote: On 14-Mar-2015 02:11, James McCoy wrote: On Fri, Mar 13, 2015 at 09:54:18PM +0100, Ingo Karkat wrote: it's possible to avoid escaping a "

Re: BUG: Unclosed regexp collection breaks :substitute

2015-03-14 Fir de Conversatie Ingo Karkat
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 14-Mar-2015 15:34, Bram Moolenaar wrote: > > Ingo Karkat wrote: > >> On 14-Mar-2015 02:11, James McCoy wrote: >>> On Fri, Mar 13, 2015 at 09:54:18PM +0100, Ingo Karkat wrote: it's possible to avoid escaping a "[" character: ,[

Re: BUG: Unclosed regexp collection breaks :substitute

2015-03-14 Fir de Conversatie Bram Moolenaar
Ingo Karkat wrote: > On 14-Mar-2015 02:11, James McCoy wrote: > > On Fri, Mar 13, 2015 at 09:54:18PM +0100, Ingo Karkat wrote: > >> it's possible to avoid escaping a "[" character: > >> > >> ,[ :help E769 ] | When the ']' is not there Vim will not > >> give an error message but | assume

Re: BUG: Unclosed regexp collection breaks :substitute

2015-03-14 Fir de Conversatie Ingo Karkat
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 14-Mar-2015 02:11, James McCoy wrote: > On Fri, Mar 13, 2015 at 09:54:18PM +0100, Ingo Karkat wrote: >> it's possible to avoid escaping a "[" character: >> >> ,[ :help E769 ] | When the ']' is not there Vim will not >> give an error message

Re: BUG: Unclosed regexp collection breaks :substitute

2015-03-13 Fir de Conversatie James McCoy
On Fri, Mar 13, 2015 at 09:54:18PM +0100, Ingo Karkat wrote: > it's possible to avoid escaping a "[" character: > > ,[ :help E769 ] > | When the ']' is not there Vim will not give an error message but > | assume no collection is used. Useful to search for '['. > ` > > But when using

Re: BUG: Unclosed regexp collection breaks :substitute

2015-03-13 Fir de Conversatie Christian Brabandt
Hi Ingo! On Fr, 13 Mär 2015, Ingo Karkat wrote: > it's possible to avoid escaping a "[" character: > > ,[ :help E769 ] > | When the ']' is not there Vim will not give an error message but > | assume no collection is used. Useful to search for '['. > ` > > But when using that featur

BUG: Unclosed regexp collection breaks :substitute

2015-03-13 Fir de Conversatie Ingo Karkat
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Vim developers, it's possible to avoid escaping a "[" character: ,[ :help E769 ] | When the ']' is not there Vim will not give an error message but | assume no collection is used. Useful to search for '['. ` But when using that fe