astepano / rpms / vim

Forked from rpms/vim 6 years ago
Clone
a7ba460
To: vim_dev@googlegroups.com
a7ba460
Subject: Patch 7.3.324
a7ba460
Fcc: outbox
a7ba460
From: Bram Moolenaar <Bram@moolenaar.net>
a7ba460
Mime-Version: 1.0
a7ba460
Content-Type: text/plain; charset=UTF-8
a7ba460
Content-Transfer-Encoding: 8bit
a7ba460
------------
a7ba460
a7ba460
Patch 7.3.324 (after 7.3.237)
a7ba460
Problem:    Completion for ":compiler" shows color scheme names.
a7ba460
Solution:   Fix the directory name. (James Vega)
a7ba460
Files:	    src/ex_getln.c
a7ba460
a7ba460
a7ba460
*** ../vim-7.3.323/src/ex_getln.c	2011-08-17 16:25:43.000000000 +0200
a7ba460
--- src/ex_getln.c	2011-09-30 16:22:14.000000000 +0200
a7ba460
***************
a7ba460
*** 4546,4552 ****
a7ba460
      }
a7ba460
      if (xp->xp_context == EXPAND_COMPILER)
a7ba460
      {
a7ba460
! 	char *directories[] = {"colors", NULL};
a7ba460
  	return ExpandRTDir(pat, num_file, file, directories);
a7ba460
      }
a7ba460
      if (xp->xp_context == EXPAND_OWNSYNTAX)
a7ba460
--- 4546,4552 ----
a7ba460
      }
a7ba460
      if (xp->xp_context == EXPAND_COMPILER)
a7ba460
      {
a7ba460
! 	char *directories[] = {"compiler", NULL};
a7ba460
  	return ExpandRTDir(pat, num_file, file, directories);
a7ba460
      }
a7ba460
      if (xp->xp_context == EXPAND_OWNSYNTAX)
a7ba460
*** ../vim-7.3.323/src/version.c	2011-09-30 14:44:49.000000000 +0200
a7ba460
--- src/version.c	2011-09-30 16:23:15.000000000 +0200
a7ba460
***************
a7ba460
*** 711,712 ****
a7ba460
--- 711,714 ----
a7ba460
  {   /* Add new patch number below this line */
a7ba460
+ /**/
a7ba460
+     324,
a7ba460
  /**/
a7ba460
a7ba460
a7ba460
-- 
a7ba460
hundred-and-one symptoms of being an internet addict:
a7ba460
31. You code your homework in HTML and give your instructor the URL.
a7ba460
a7ba460
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
a7ba460
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
a7ba460
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
a7ba460
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///