diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-04-11 07:40:16 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-11 07:40:16 +0800 |
commit | d0afb2dc4eb8e70942441b3c9a551dcccd6806cd (patch) | |
tree | 627bdbec7314d38bf17245b0ab0be4bd4e85c419 /runtime | |
parent | adb70a351d64129c4e12febf7cbe528ef66c8eb6 (diff) | |
download | rneovim-d0afb2dc4eb8e70942441b3c9a551dcccd6806cd.tar.gz rneovim-d0afb2dc4eb8e70942441b3c9a551dcccd6806cd.tar.bz2 rneovim-d0afb2dc4eb8e70942441b3c9a551dcccd6806cd.zip |
vim-patch:9.1.0297: Patch 9.1.0296 causes too many issues (#28263)
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: vim/vim#14487
https://github.com/vim/vim/commit/c97f4d61cde24030f2f7d2318e1b409a0ccc3e43
Co-authored-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/dev_vimpatch.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/doc/dev_vimpatch.txt b/runtime/doc/dev_vimpatch.txt index 5cc7a70ba2..1f48324d46 100644 --- a/runtime/doc/dev_vimpatch.txt +++ b/runtime/doc/dev_vimpatch.txt @@ -204,7 +204,6 @@ information. mb_ptr2char utf_ptr2char mb_head_off utf_head_off mb_tail_off utf_cp_bounds - mb_strnicmp2 utf_strnicmp mb_lefthalve grid_lefthalve mb_fix_col grid_fix_col utf_off2cells grid_off2cells |