]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.043 v7.4.043
authorBram Moolenaar <Bram@vim.org>
Sun, 29 Sep 2013 14:27:47 +0000 (16:27 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 29 Sep 2013 14:27:47 +0000 (16:27 +0200)
Problem:    VMS can't handle long function names.
Solution:   Shorten may_req_ambiguous_character_width. (Samuel Ferencik)

src/main.c
src/proto/term.pro
src/term.c
src/version.c

index 7d01a232b364bb6278fbeb6f91d29658da8d4f65..04077957c758308a216d163fab7b070709728385 100644 (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
index 25d9b96a03097bde367377120d70294936612321..b3d0df39d81ba968b0ce989363605a4fa2b7bee7 100644 (file)
@@ -35,7 +35,7 @@ void settmode __ARGS((int tmode));
 void starttermcap __ARGS((void));
 void stoptermcap __ARGS((void));
 void may_req_termresponse __ARGS((void));
-void may_req_ambiguous_character_width __ARGS((void));
+void may_req_ambiguous_char_width __ARGS((void));
 int swapping_screen __ARGS((void));
 void setmouse __ARGS((void));
 int mouse_has __ARGS((int c));
index d4e4e0d9a0893156487973761e604bd211abc6b7..763f8e782fe89d417cd9750cfabd8e36ac4b718e 100644 (file)
@@ -3356,7 +3356,7 @@ may_req_termresponse()
  * it must be called immediately after entering termcap mode.
  */
     void
-may_req_ambiguous_character_width()
+may_req_ambiguous_char_width()
 {
     if (u7_status == U7_GET
            && cur_tmode == TMODE_RAW
index 74a3e727666227f74018e31b68f6fb4db3ab581d..1411943b5afce129496f1e8a066c36dcb7df46b9 100644 (file)
@@ -738,6 +738,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    43,
 /**/
     42,
 /**/