Skip to content

gregex: do not pass newline compile options to pcre2_compile

The newline options are now passed through match context and passing them into pcre2_compile is actually harmful, because the flags are conflicting with actual compile flags, e.g. PCRE2_ALT_BSUX == PCRE2_NEWLINE_LF (which broke gtksourceview4 in gtksourceview#278 (closed)

Merge request reports