mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 13:38:34 +00:00
docs: misc
Co-authored-by: David Pedersen <limero@me.com> Co-authored-by: Gregory Anders <greg@gpanders.com> Co-authored-by: Leo Schlosser <Leo.Schlosser@Student.HTW-Berlin.de> Co-authored-by: zeertzjq <zeertzjq@outlook.com>
This commit is contained in:
@@ -454,9 +454,6 @@ static bool prop_is_emojilike(const utf8proc_property_t *prop)
|
||||
/// Is only correct for characters >= 0x80.
|
||||
/// When p_ambw is "double", return 2 for a character with East Asian Width
|
||||
/// class 'A'(mbiguous).
|
||||
///
|
||||
/// @note Tables `doublewidth` and `ambiguous` are generated by
|
||||
/// gen_unicode_tables.lua, which must be manually invoked as needed.
|
||||
int utf_char2cells(int c)
|
||||
{
|
||||
if (c < 0x80) {
|
||||
|
Reference in New Issue
Block a user