mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 15:08:35 +00:00
vim-patch:7.4.1629
Problem: Handling emoji characters as full width has problems with
backwards compatibility.
Solution: Remove ambiguous and double width characters from the emoji table.
Use a separate table for the character class.
(partly by Yashuhiro Matsumoto)
b86f10ee10
This commit is contained in:
@@ -814,7 +814,7 @@ static int included_patches[] = {
|
||||
// 1632 NA
|
||||
// 1631 NA
|
||||
// 1630,
|
||||
// 1629,
|
||||
1629,
|
||||
// 1628 NA
|
||||
// 1627 NA
|
||||
// 1626 NA
|
||||
|
Reference in New Issue
Block a user