0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.4.043

Problem:    VMS can't handle long function names.
Solution:   Shorten may_req_ambiguous_character_width. (Samuel Ferencik)
This commit is contained in:
Bram Moolenaar
2013-09-29 16:27:47 +02:00
parent 7a18fdc8a4
commit 386dcde30d
4 changed files with 5 additions and 3 deletions

View File

@@ -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