astepano / rpms / vim

Forked from rpms/vim 6 years ago
Clone
90f0bb5
To: vim_dev@googlegroups.com
90f0bb5
Subject: Patch 7.3.883
90f0bb5
Fcc: outbox
90f0bb5
From: Bram Moolenaar <Bram@moolenaar.net>
90f0bb5
Mime-Version: 1.0
90f0bb5
Content-Type: text/plain; charset=UTF-8
90f0bb5
Content-Transfer-Encoding: 8bit
90f0bb5
------------
90f0bb5
90f0bb5
Patch 7.3.883 (after 7.3.880)
90f0bb5
Problem:    Can't build with some combination of features.
90f0bb5
Solution:   Adjust #ifdefs.
90f0bb5
Files:	    src/ex_getln.c
90f0bb5
90f0bb5
90f0bb5
*** ../vim-7.3.882/src/ex_getln.c	2013-04-05 18:58:41.000000000 +0200
90f0bb5
--- src/ex_getln.c	2013-04-06 13:24:22.000000000 +0200
90f0bb5
***************
90f0bb5
*** 114,126 ****
90f0bb5
  static int	ExpandRTDir __ARGS((char_u *pat, int *num_file, char_u ***file, char *dirname[]));
90f0bb5
  # ifdef FEAT_CMDHIST
90f0bb5
  static char_u	*get_history_arg __ARGS((expand_T *xp, int idx));
90f0bb5
- static void	clear_hist_entry __ARGS((histentry_T *hisptr));
90f0bb5
  # endif
90f0bb5
  # if defined(FEAT_USR_CMDS) && defined(FEAT_EVAL)
90f0bb5
  static int	ExpandUserDefined __ARGS((expand_T *xp, regmatch_T *regmatch, int *num_file, char_u ***file));
90f0bb5
  static int	ExpandUserList __ARGS((expand_T *xp, int *num_file, char_u ***file));
90f0bb5
  # endif
90f0bb5
  #endif
90f0bb5
  
90f0bb5
  #ifdef FEAT_CMDWIN
90f0bb5
  static int	ex_window __ARGS((void));
90f0bb5
--- 114,128 ----
90f0bb5
  static int	ExpandRTDir __ARGS((char_u *pat, int *num_file, char_u ***file, char *dirname[]));
90f0bb5
  # ifdef FEAT_CMDHIST
90f0bb5
  static char_u	*get_history_arg __ARGS((expand_T *xp, int idx));
90f0bb5
  # endif
90f0bb5
  # if defined(FEAT_USR_CMDS) && defined(FEAT_EVAL)
90f0bb5
  static int	ExpandUserDefined __ARGS((expand_T *xp, regmatch_T *regmatch, int *num_file, char_u ***file));
90f0bb5
  static int	ExpandUserList __ARGS((expand_T *xp, int *num_file, char_u ***file));
90f0bb5
  # endif
90f0bb5
  #endif
90f0bb5
+ #ifdef FEAT_CMDHIST
90f0bb5
+ static void	clear_hist_entry __ARGS((histentry_T *hisptr));
90f0bb5
+ #endif
90f0bb5
  
90f0bb5
  #ifdef FEAT_CMDWIN
90f0bb5
  static int	ex_window __ARGS((void));
90f0bb5
*** ../vim-7.3.882/src/version.c	2013-04-05 19:50:12.000000000 +0200
90f0bb5
--- src/version.c	2013-04-06 14:28:41.000000000 +0200
90f0bb5
***************
90f0bb5
*** 730,731 ****
90f0bb5
--- 730,733 ----
90f0bb5
  {   /* Add new patch number below this line */
90f0bb5
+ /**/
90f0bb5
+     883,
90f0bb5
  /**/
90f0bb5
90f0bb5
-- 
90f0bb5
Why is it called "Windows"?  "Gates" would be more appropriate...
90f0bb5
90f0bb5
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
90f0bb5
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
90f0bb5
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
90f0bb5
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///