]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1771: regex: combining chars in collections not handled v9.0.1771
authorChristian Brabandt <cb@256bit.org>
Sun, 20 Aug 2023 18:34:22 +0000 (20:34 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 20 Aug 2023 18:38:56 +0000 (20:38 +0200)
commitca22fc36a4e8a315f199893ee8ff6253573f5fbe
tree04f91cc7a7e558105aa025b2c8a39017d45a4497
parenta6ab5e69d3f14da8036a3018e8e93c635803ee8b
patch 9.0.1771: regex: combining chars in collections not handled

Problem:  regex: combining chars in collections not handled
Solution: Check for following combining characters for NFA and BT engine

closes: #10459
closes: #10286

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