diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2021-11-14 12:34:43 +0100 |
---|---|---|
committer | Björn Linse <bjorn.linse@gmail.com> | 2021-11-14 12:49:09 +0100 |
commit | 9f27e6cbe70643e7b26e0b4f024fad3f75b1950c (patch) | |
tree | f421c46713703228398050f65f610cff8f72c429 /src/nvim/mbyte.h | |
parent | 2ef9d2a663db35c73b93606dbe882ca697072cc3 (diff) | |
download | rneovim-9f27e6cbe70643e7b26e0b4f024fad3f75b1950c.tar.gz rneovim-9f27e6cbe70643e7b26e0b4f024fad3f75b1950c.tar.bz2 rneovim-9f27e6cbe70643e7b26e0b4f024fad3f75b1950c.zip |
refactor(multibyte): eliminate mb_char2cells alias for utf_char2cells
Diffstat (limited to 'src/nvim/mbyte.h')
-rw-r--r-- | src/nvim/mbyte.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/mbyte.h b/src/nvim/mbyte.h index 9926f27411..100f24f1aa 100644 --- a/src/nvim/mbyte.h +++ b/src/nvim/mbyte.h @@ -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 { |