aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/digraph.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/digraph.c')
-rw-r--r--src/nvim/digraph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/digraph.c b/src/nvim/digraph.c
index 63329c878c..9525024c1b 100644
--- a/src/nvim/digraph.c
+++ b/src/nvim/digraph.c
@@ -1743,7 +1743,7 @@ char_u* keymap_init(void)
// Stop any active keymap and clear the table. Also remove
// b:keymap_name, as no keymap is active now.
keymap_unload();
- do_cmdline_cmd((char_u *)"unlet! b:keymap_name");
+ do_cmdline_cmd("unlet! b:keymap_name");
} else {
char *buf;
size_t buflen;