mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 02:16:31 +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:
@@ -126,7 +126,7 @@
|
||||
|
||||
# define MB_CHARLEN(p) mb_charlen(p)
|
||||
# define MB_CHAR2LEN(c) mb_char2len(c)
|
||||
# define PTR2CHAR(p) mb_ptr2char(p)
|
||||
# define PTR2CHAR(p) utf_ptr2char(p)
|
||||
|
||||
# define RESET_BINDING(wp) (wp)->w_p_scb = FALSE; (wp)->w_p_crb = FALSE
|
||||
|
||||
|
Reference in New Issue
Block a user