jkunstle / rpms / vim

Forked from rpms/vim 3 years ago
Clone

Blame SOURCES/7.4.610

3ef2ca
To: vim_dev@googlegroups.com
3ef2ca
Subject: Patch 7.4.610
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.610
3ef2ca
Problem:    Some function headers may be missing from generated .pro files.
3ef2ca
Solution:   Add PROTO to the #ifdef.
3ef2ca
Files:	    src/option.c, src/syntax.c
3ef2ca
3ef2ca
3ef2ca
*** ../vim-7.4.609/src/option.c	2015-01-27 15:58:37.198395525 +0100
3ef2ca
--- src/option.c	2015-02-03 12:57:39.718500650 +0100
3ef2ca
***************
3ef2ca
*** 11212,11218 ****
3ef2ca
      return FALSE;
3ef2ca
  }
3ef2ca
  
3ef2ca
! #ifdef FEAT_LANGMAP
3ef2ca
  /*
3ef2ca
   * Any character has an equivalent 'langmap' character.  This is used for
3ef2ca
   * keyboards that have a special language mode that sends characters above
3ef2ca
--- 11212,11218 ----
3ef2ca
      return FALSE;
3ef2ca
  }
3ef2ca
  
3ef2ca
! #if defined(FEAT_LANGMAP) || defined(PROTO)
3ef2ca
  /*
3ef2ca
   * Any character has an equivalent 'langmap' character.  This is used for
3ef2ca
   * keyboards that have a special language mode that sends characters above
3ef2ca
***************
3ef2ca
*** 11226,11232 ****
3ef2ca
   * langmap_entry_T.  This does the same as langmap_mapchar[] for characters >=
3ef2ca
   * 256.
3ef2ca
   */
3ef2ca
! # ifdef FEAT_MBYTE
3ef2ca
  /*
3ef2ca
   * With multi-byte support use growarray for 'langmap' chars >= 256
3ef2ca
   */
3ef2ca
--- 11226,11232 ----
3ef2ca
   * langmap_entry_T.  This does the same as langmap_mapchar[] for characters >=
3ef2ca
   * 256.
3ef2ca
   */
3ef2ca
! # if defined(FEAT_MBYTE) || defined(PROTO)
3ef2ca
  /*
3ef2ca
   * With multi-byte support use growarray for 'langmap' chars >= 256
3ef2ca
   */
3ef2ca
*** ../vim-7.4.609/src/syntax.c	2014-11-19 19:33:13.369532180 +0100
3ef2ca
--- src/syntax.c	2015-02-03 12:59:13.377443499 +0100
3ef2ca
***************
3ef2ca
*** 6537,6543 ****
3ef2ca
  }
3ef2ca
  #endif
3ef2ca
  
3ef2ca
! #ifdef FEAT_PROFILE
3ef2ca
  /*
3ef2ca
   * ":syntime".
3ef2ca
   */
3ef2ca
--- 6537,6543 ----
3ef2ca
  }
3ef2ca
  #endif
3ef2ca
  
3ef2ca
! #if defined(FEAT_PROFILE) || defined(PROTO)
3ef2ca
  /*
3ef2ca
   * ":syntime".
3ef2ca
   */
3ef2ca
*** ../vim-7.4.609/src/version.c	2015-02-03 12:55:11.140179551 +0100
3ef2ca
--- src/version.c	2015-02-03 12:58:24.829991354 +0100
3ef2ca
***************
3ef2ca
*** 743,744 ****
3ef2ca
--- 743,746 ----
3ef2ca
  {   /* Add new patch number below this line */
3ef2ca
+ /**/
3ef2ca
+     610,
3ef2ca
  /**/
3ef2ca
3ef2ca
-- 
3ef2ca
Microsoft says that MS-Windows is much better for you than Linux.
3ef2ca
That's like the Pope saying that catholicism is much better for
3ef2ca
you than protestantism.
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    ///