Re: Proposed patch: NL in sub-replace-expression('\=')

2011-03-16 Fir de Conversatie motz
= save_reg_win; ireg_ic = save_ireg_ic; can_f_submatch = FALSE; On 3月14日, 午前8:42, motz motoya.kuro...@gmail.com wrote: Hi, I would. But English is not my native language. So I hope that someone would check and correct. In Japan or at Tokyo, the periodical blackout

Re: Proposed patch: NL in sub-replace-expression('\=')

2011-03-16 Fir de Conversatie motz
= save_reg_win; ireg_ic = save_ireg_ic; can_f_submatch = FALSE; On 3月14日, 午前8:42, motz motoya.kuro...@gmail.com wrote: Hi, I would. But English is not my native language. So I hope that someone would check and correct. In Japan or at Tokyo, the periodical blackout

Re: Proposed patch: NL in sub-replace-expression('\=')

2011-03-16 Fir de Conversatie motz
Please ignore this reply, sorry. On 3月14日, 午前8:42, motz motoya.kuro...@gmail.com wrote: Hi, I would. But English is not my native language. So I hope that someone would check and correct. In Japan or at Tokyo, the periodical blackout is planned from the effect of the earthquake. So it may

Re: Proposed patch: NL in sub-replace-expression('\=')

2011-03-13 Fir de Conversatie motz
Hi, I would. But English is not my native language. So I hope that someone would check and correct. In Japan or at Tokyo, the periodical blackout is planned from the effect of the earthquake. So it may take a while to post the patch. But I would do so as possible as I can. Regards, Motoya

Proposed patch: NL in sub-replace-expression('\=')

2011-03-08 Fir de Conversatie motz
Hi, I would like to propose a patch which suppresses the conversion of NL to CR when evaluaation ('\=') is used inside substitute() function. Simply this patch is what makes x == y true in the following code. let x = substitute('a', '.', \n, ) let y = substitute('a', '.', '\=\n', ) The