]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0297: Patch 9.1.0296 causes too many issues v9.1.0297
authorChristian Brabandt <cb@256bit.org>
Wed, 10 Apr 2024 14:18:15 +0000 (16:18 +0200)
committerChristian Brabandt <cb@256bit.org>
Wed, 10 Apr 2024 14:22:17 +0000 (16:22 +0200)
commitc97f4d61cde24030f2f7d2318e1b409a0ccc3e43
treef656142296f4b44236674cdb6258d96acab0a6ee
parent49f1e1979f9c3a4d7b28f0961bca0e41227a0557
patch 9.1.0297: Patch 9.1.0296 causes too many issues

Problem:  Patch 9.1.0296 causes too many issues
          (Tony Mechelynck, @chdiza, CI)
Solution: Back out the change for now

Revert "patch 9.1.0296: regexp: engines do not handle case-folding well"

This reverts commit 7a27c108e0509f3255ebdcb6558e896c223e4d23 it causes
issues with syntax highlighting and breaks the FreeBSD and MacOS CI. It
needs more work.

fixes: #14487

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