mirror of
https://github.com/vim/vim.git
synced 2025-11-16 23:24:03 -05:00
patch 9.1.1780: mbyte contains overlapping list of utf_classes table
Problem: mbyte contains overlapping list of utf_classes table Solution: Update table to contain non-overlapping list (Yuta Yamamoto) closes: #18362 Signed-off-by: Yuta Yamamoto <jichael.y.yuta1995@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
35531de588
commit
9fa8a114b2
@@ -724,6 +724,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1780,
|
||||
/**/
|
||||
1779,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user