Re: regexp debug log file has general name.

2013-05-20 Fir de Conversatie Bram Moolenaar
Taro Muraoka wrote: > Name of regexp debug log files are very general. > > NFA Engine: list.log > BT Engine: debug.log > > I change those as self describing, like this: > > NFA Engine: list.log -> nfa_regexp_debug.log > BT Engine: debug.log -> bt_regexp_debug.log > > Please check atta

regexp debug log file has general name.

2013-05-20 Fir de Conversatie Taro MURAOKA
Name of regexp debug log files are very general. NFA Engine: list.log BT Engine: debug.log I change those as self describing, like this: NFA Engine: list.log -> nfa_regexp_debug.log BT Engine: debug.log -> bt_regexp_debug.log Please check attached patch. I also added two flags to contr