mirror of
https://github.com/neovim/neovim.git
synced 2025-11-17 07:41:27 +00:00
Refactor: Remove occurences of mb_char2bytes
This commit is contained in:
@@ -48,7 +48,6 @@ enum { MAX_MCO = 6 };
|
||||
// TODO(bfredl): eventually we should keep only one of the namings
|
||||
#define mb_ptr2len utfc_ptr2len
|
||||
#define mb_char2len utf_char2len
|
||||
#define mb_char2bytes utf_char2bytes
|
||||
#define mb_char2cells utf_char2cells
|
||||
|
||||
/// Flags for vimconv_T
|
||||
|
||||
Reference in New Issue
Block a user