]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0011: regexp cannot match combining chars in collection v9.1.0011
authorChristian Brabandt <cb@256bit.org>
Thu, 4 Jan 2024 21:54:08 +0000 (22:54 +0100)
committerChristian Brabandt <cb@256bit.org>
Thu, 4 Jan 2024 21:54:08 +0000 (22:54 +0100)
commitd2cc51f9a1a5a30ef5d2e732f49d7f495cae24cf
treecaaf1ea4beed67081e63e5b82299d7078a5098df
parent81642d9d6ff5cd6a90a012b1b98632ce51eeb1a8
patch 9.1.0011: regexp cannot match combining chars in collection

Problem:  regexp cannot match combining chars in collection
Solution: Check for combining characters in regex collections for the
          NFA and BT Regex Engine

Also, while at it, make debug mode work again.

fixes #10286
closes: #12871

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/regexp.c
src/regexp.h
src/regexp_bt.c
src/regexp_nfa.c
src/testdir/test_regexp_utf8.vim
src/version.c