mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 13:38:34 +00:00
@@ -1119,7 +1119,7 @@ int utf_char2bytes(const int c, char *const buf)
|
||||
/// stateful algorithm to determine grapheme clusters. Still available
|
||||
/// to support some legacy code which hasn't been refactored yet.
|
||||
///
|
||||
/// To check if a char would combine with a preceeding space, use
|
||||
/// To check if a char would combine with a preceding space, use
|
||||
/// utf_iscomposing_first() instead.
|
||||
///
|
||||
/// Based on code from Markus Kuhn.
|
||||
|
Reference in New Issue
Block a user