mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 07:28:34 +00:00
refactor(multibyte): eliminate mb_char2cells alias for utf_char2cells
This commit is contained in:
@@ -41,7 +41,6 @@
|
||||
// TODO(bfredl): eventually we should keep only one of the namings
|
||||
#define mb_ptr2len utfc_ptr2len
|
||||
#define mb_char2len utf_char2len
|
||||
#define mb_char2cells utf_char2cells
|
||||
|
||||
/// Flags for vimconv_T
|
||||
typedef enum {
|
||||
|
Reference in New Issue
Block a user