aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/map.c
diff options
context:
space:
mode:
authorbfredl <bjorn.linse@gmail.com>2022-03-13 14:57:57 +0100
committerbfredl <bjorn.linse@gmail.com>2022-03-15 19:55:34 +0100
commitca23f2ed308b46665e5c8e677c4012cfa7453490 (patch)
tree1e52dd5e745754c95ae57a8d12cc4e753a05b2df /src/nvim/map.c
parent534edce3c4972d1c8da44fbcf60e7946c09a5612 (diff)
downloadrneovim-ca23f2ed308b46665e5c8e677c4012cfa7453490.tar.gz
rneovim-ca23f2ed308b46665e5c8e677c4012cfa7453490.tar.bz2
rneovim-ca23f2ed308b46665e5c8e677c4012cfa7453490.zip
refactor(ui): use "ui_client" instead of "redraw" as general prefix
Diffstat (limited to 'src/nvim/map.c')
-rw-r--r--src/nvim/map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/map.c b/src/nvim/map.c
index 260a27c485..b3f48ad5d6 100644
--- a/src/nvim/map.c
+++ b/src/nvim/map.c
@@ -179,7 +179,7 @@ MAP_IMPL(HlEntry, int, DEFAULT_INITIALIZER)
MAP_IMPL(String, handle_T, 0)
MAP_IMPL(String, int, DEFAULT_INITIALIZER)
MAP_IMPL(int, String, DEFAULT_INITIALIZER)
-MAP_IMPL(String, ApiRedrawWrapper, NULL)
+MAP_IMPL(String, UIClientHandler, NULL)
MAP_IMPL(ColorKey, ColorItem, COLOR_ITEM_INITIALIZER)