jkunstle / rpms / vim

Forked from rpms/vim 3 years ago
Clone

Blame SOURCES/7.4.043

3ef2ca
To: vim_dev@googlegroups.com
3ef2ca
Subject: Patch 7.4.043
3ef2ca
Fcc: outbox
3ef2ca
From: Bram Moolenaar <Bram@moolenaar.net>
3ef2ca
Mime-Version: 1.0
3ef2ca
Content-Type: text/plain; charset=UTF-8
3ef2ca
Content-Transfer-Encoding: 8bit
3ef2ca
------------
3ef2ca
3ef2ca
Patch 7.4.043
3ef2ca
Problem:    VMS can't handle long function names.
3ef2ca
Solution:   Shorten may_req_ambiguous_character_width. (Samuel Ferencik)
3ef2ca
Files:	    src/main.c, src/term.c, src/proto/term.pro
3ef2ca
3ef2ca
3ef2ca
*** ../vim-7.4.042/src/main.c	2013-08-22 14:14:23.000000000 +0200
3ef2ca
--- src/main.c	2013-09-29 16:23:49.000000000 +0200
3ef2ca
***************
3ef2ca
*** 812,818 ****
3ef2ca
      starttermcap();	    /* start termcap if not done by wait_return() */
3ef2ca
      TIME_MSG("start termcap");
3ef2ca
  #if defined(FEAT_TERMRESPONSE) && defined(FEAT_MBYTE)
3ef2ca
!     may_req_ambiguous_character_width();
3ef2ca
  #endif
3ef2ca
  
3ef2ca
  #ifdef FEAT_MOUSE
3ef2ca
--- 812,818 ----
3ef2ca
      starttermcap();	    /* start termcap if not done by wait_return() */
3ef2ca
      TIME_MSG("start termcap");
3ef2ca
  #if defined(FEAT_TERMRESPONSE) && defined(FEAT_MBYTE)
3ef2ca
!     may_req_ambiguous_char_width();
3ef2ca
  #endif
3ef2ca
  
3ef2ca
  #ifdef FEAT_MOUSE
3ef2ca
*** ../vim-7.4.042/src/term.c	2013-07-04 22:29:28.000000000 +0200
3ef2ca
--- src/term.c	2013-09-29 16:27:12.000000000 +0200
3ef2ca
***************
3ef2ca
*** 3356,3362 ****
3ef2ca
   * it must be called immediately after entering termcap mode.
3ef2ca
   */
3ef2ca
      void
3ef2ca
! may_req_ambiguous_character_width()
3ef2ca
  {
3ef2ca
      if (u7_status == U7_GET
3ef2ca
  	    && cur_tmode == TMODE_RAW
3ef2ca
--- 3356,3362 ----
3ef2ca
   * it must be called immediately after entering termcap mode.
3ef2ca
   */
3ef2ca
      void
3ef2ca
! may_req_ambiguous_char_width()
3ef2ca
  {
3ef2ca
      if (u7_status == U7_GET
3ef2ca
  	    && cur_tmode == TMODE_RAW
3ef2ca
*** ../vim-7.4.042/src/proto/term.pro	2013-08-10 13:37:28.000000000 +0200
3ef2ca
--- src/proto/term.pro	2013-09-29 16:25:02.000000000 +0200
3ef2ca
***************
3ef2ca
*** 35,41 ****
3ef2ca
  void starttermcap __ARGS((void));
3ef2ca
  void stoptermcap __ARGS((void));
3ef2ca
  void may_req_termresponse __ARGS((void));
3ef2ca
! void may_req_ambiguous_character_width __ARGS((void));
3ef2ca
  int swapping_screen __ARGS((void));
3ef2ca
  void setmouse __ARGS((void));
3ef2ca
  int mouse_has __ARGS((int c));
3ef2ca
--- 35,41 ----
3ef2ca
  void starttermcap __ARGS((void));
3ef2ca
  void stoptermcap __ARGS((void));
3ef2ca
  void may_req_termresponse __ARGS((void));
3ef2ca
! void may_req_ambiguous_char_width __ARGS((void));
3ef2ca
  int swapping_screen __ARGS((void));
3ef2ca
  void setmouse __ARGS((void));
3ef2ca
  int mouse_has __ARGS((int c));
3ef2ca
*** ../vim-7.4.042/src/version.c	2013-09-29 13:38:25.000000000 +0200
3ef2ca
--- src/version.c	2013-09-29 16:25:16.000000000 +0200
3ef2ca
***************
3ef2ca
*** 740,741 ****
3ef2ca
--- 740,743 ----
3ef2ca
  {   /* Add new patch number below this line */
3ef2ca
+ /**/
3ef2ca
+     43,
3ef2ca
  /**/
3ef2ca
3ef2ca
-- 
3ef2ca
Back up my hard drive?  I can't find the reverse switch!
3ef2ca
3ef2ca
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
3ef2ca
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
3ef2ca
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
3ef2ca
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///