comparison src/main.c @ 5384:6d11572e2c8b v7.4.043

updated for version 7.4.043 Problem: VMS can't handle long function names. Solution: Shorten may_req_ambiguous_character_width. (Samuel Ferencik)
author Bram Moolenaar <bram@vim.org>
date Sun, 29 Sep 2013 16:27:47 +0200
parents 4fe1dfc7014e
children ec93f50f1d93
comparison
equal deleted inserted replaced
5383:839aef583da1 5384:6d11572e2c8b
810 } 810 }
811 811
812 starttermcap(); /* start termcap if not done by wait_return() */ 812 starttermcap(); /* start termcap if not done by wait_return() */
813 TIME_MSG("start termcap"); 813 TIME_MSG("start termcap");
814 #if defined(FEAT_TERMRESPONSE) && defined(FEAT_MBYTE) 814 #if defined(FEAT_TERMRESPONSE) && defined(FEAT_MBYTE)
815 may_req_ambiguous_character_width(); 815 may_req_ambiguous_char_width();
816 #endif 816 #endif
817 817
818 #ifdef FEAT_MOUSE 818 #ifdef FEAT_MOUSE
819 setmouse(); /* may start using the mouse */ 819 setmouse(); /* may start using the mouse */
820 #endif 820 #endif