lkundrak / rpms / vim

Forked from rpms/vim 4 years ago
Clone
81c2858
To: vim-dev@vim.org
81c2858
Subject: Patch 7.2.151
81c2858
Fcc: outbox
81c2858
From: Bram Moolenaar <Bram@moolenaar.net>
81c2858
Mime-Version: 1.0
81c2858
Content-Type: text/plain; charset=ISO-8859-1
81c2858
Content-Transfer-Encoding: 8bit
81c2858
------------
81c2858
81c2858
Patch 7.2.151
81c2858
Problem:    ":hist a" doesn't work like ":hist all" as the docs suggest.
81c2858
Solution:   Make ":hist a" and ":hist al" work. (Dominique Pelle)
81c2858
Files:	    src/ex_getln.c
81c2858
81c2858
81c2858
*** ../vim-7.2.150/src/ex_getln.c	Wed Mar 18 12:50:58 2009
81c2858
--- src/ex_getln.c	Sun Apr 12 13:36:06 2009
81c2858
***************
81c2858
*** 5686,5692 ****
81c2858
  	histype1 = get_histtype(arg);
81c2858
  	if (histype1 == -1)
81c2858
  	{
81c2858
! 	    if (STRICMP(arg, "all") == 0)
81c2858
  	    {
81c2858
  		histype1 = 0;
81c2858
  		histype2 = HIST_COUNT-1;
81c2858
--- 5686,5692 ----
81c2858
  	histype1 = get_histtype(arg);
81c2858
  	if (histype1 == -1)
81c2858
  	{
81c2858
! 	    if (STRNICMP(arg, "all", STRLEN(arg)) == 0)
81c2858
  	    {
81c2858
  		histype1 = 0;
81c2858
  		histype2 = HIST_COUNT-1;
81c2858
*** ../vim-7.2.150/src/version.c	Wed Apr 22 13:06:11 2009
81c2858
--- src/version.c	Wed Apr 22 13:49:41 2009
81c2858
***************
81c2858
*** 678,679 ****
81c2858
--- 678,681 ----
81c2858
  {   /* Add new patch number below this line */
81c2858
+ /**/
81c2858
+     151,
81c2858
  /**/
81c2858
81c2858
-- 
81c2858
I'm sure that I asked CBuilder to do a "full" install.  Looks like I got
81c2858
a "fool" install, instead.		Charles E Campbell, Jr, PhD
81c2858
81c2858
81c2858
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
81c2858
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
81c2858
\\\        download, build and distribute -- http://www.A-A-P.org        ///
81c2858
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///