comparison src/proto/mbyte.pro @ 34857:3f8444c5a6f3 v9.1.0297

patch 9.1.0297: Patch 9.1.0296 causes too many issues Commit: https://github.com/vim/vim/commit/c97f4d61cde24030f2f7d2318e1b409a0ccc3e43 Author: Christian Brabandt <cb@256bit.org> Date: Wed Apr 10 16:18:15 2024 +0200 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>
author Christian Brabandt <cb@256bit.org>
date Wed, 10 Apr 2024 16:30:06 +0200
parents 97b5457962ed
children 74f789d0adb1
comparison
equal deleted inserted replaced
34856:73e0743621c3 34857:3f8444c5a6f3
46 int utf_toupper(int a); 46 int utf_toupper(int a);
47 int utf_islower(int a); 47 int utf_islower(int a);
48 int utf_tolower(int a); 48 int utf_tolower(int a);
49 int utf_isupper(int a); 49 int utf_isupper(int a);
50 int mb_strnicmp(char_u *s1, char_u *s2, size_t nn); 50 int mb_strnicmp(char_u *s1, char_u *s2, size_t nn);
51 int mb_strnicmp2(char_u *s1, char_u *s2, int n1, int n2);
52 void show_utf8(void); 51 void show_utf8(void);
53 int latin_head_off(char_u *base, char_u *p); 52 int latin_head_off(char_u *base, char_u *p);
54 int dbcs_screen_head_off(char_u *base, char_u *p); 53 int dbcs_screen_head_off(char_u *base, char_u *p);
55 int utf_head_off(char_u *base, char_u *p); 54 int utf_head_off(char_u *base, char_u *p);
56 int utf_eat_space(int cc); 55 int utf_eat_space(int cc);