mirror of
https://github.com/neovim/neovim.git
synced 2025-09-19 17:58:18 +00:00
Remove all occurences of the mb_ptr2char macro
First step towards implemening issue #7401. The same can be done for all deprecated mb_ functions in follow-up patches.
This commit is contained in:
@@ -54,7 +54,6 @@ enum { MAX_MCO = 6 };
|
||||
#define mb_ptr2cells_len utf_ptr2cells_len
|
||||
#define mb_char2cells utf_char2cells
|
||||
#define mb_off2cells utf_off2cells
|
||||
#define mb_ptr2char utf_ptr2char
|
||||
#define mb_head_off utf_head_off
|
||||
|
||||
/// Flags for vimconv_T
|
||||
|
Reference in New Issue
Block a user