id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	branch_state	votes
4429	4.8.29: editor serch/replace regex no longer working	kloczek	andrew_b	"Sample text

{{{

FAILED tests/test_syntax.py::test_python_render_simple_indent_guides - assert '\x1b[34mdef\...vious_value\n' == '\x1b[34mdef\...vious_value\n'
FAILED tests/test_syntax.py::test_python_render_line_range_indent_guides - assert '\x1b[2;37m│ ...[0m(values)\n' == '\x1b[2m│   \...[0m(values)\n'
}}}

Two S/R

search:
{{{
 - .*
}}}
Repace:
{{{
 \\\n
}}}

Is causing that in first line is replaced everytjig to the end of file. In 4.8.28 it was working on single line.

Second S/R:

search:
{{{
^ERROR|^FAILED
}}}
Repace:
{{{
\t--deselect
}}}

result: Search string not found
"	defect	closed	major	4.8.29	mc-search	master	fixed					no branch	
