summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 7d01a232b..04077957c 100644
--- a/src/main.c
+++ b/src/main.c
@@ -812,7 +812,7 @@ vim_main2(int argc UNUSED, char **argv UNUSED)
starttermcap(); /* start termcap if not done by wait_return() */
TIME_MSG("start termcap");
#if defined(FEAT_TERMRESPONSE) && defined(FEAT_MBYTE)
- may_req_ambiguous_character_width();
+ may_req_ambiguous_char_width();
#endif
#ifdef FEAT_MOUSE