Woo. Lots of patches. Any idea of how many more you have in this batch?
I keep thinking you're done for the week and I keep being (pleasantly)
surprised with more patches.

The reason I ask is because I'm packaging this for fink and don't want
to keep submitting multiple packages thinking you're finished for the
time being when you're not.

Thanks!

On Fri, 14 May 2010, Bram Moolenaar wrote:


Patch 7.2.428
Problem:    Using setqflist([]) to clear the error list doesn't work properly.
Solution:   Set qf_nonevalid to TRUE when appropriate. (Christian Brabandt)
Files:      src/quickfix.c


*** ../vim-7.2.427/src/quickfix.c       2010-01-19 14:59:14.000000000 +0100
--- src/quickfix.c      2010-05-14 18:06:27.000000000 +0200
***************
*** 3654,3660 ****
        }
     }

!     qi->qf_lists[qi->qf_curlist].qf_nonevalid = FALSE;
     qi->qf_lists[qi->qf_curlist].qf_ptr = 
qi->qf_lists[qi->qf_curlist].qf_start;
     qi->qf_lists[qi->qf_curlist].qf_index = 1;

--- 3654,3664 ----
        }
     }

!     if (qi->qf_lists[qi->qf_curlist].qf_index == 0)
!       /* empty list or no valid entry */
!       qi->qf_lists[qi->qf_curlist].qf_nonevalid = TRUE;
!     else
!       qi->qf_lists[qi->qf_curlist].qf_nonevalid = FALSE;
     qi->qf_lists[qi->qf_curlist].qf_ptr = 
qi->qf_lists[qi->qf_curlist].qf_start;
     qi->qf_lists[qi->qf_curlist].qf_index = 1;

*** ../vim-7.2.427/src/version.c        2010-05-14 17:52:35.000000000 +0200
--- src/version.c       2010-05-14 18:09:32.000000000 +0200
***************
*** 683,684 ****
--- 683,686 ----
 {   /* Add new patch number below this line */
+ /**/
+     428,
 /**/



--
Hisashi T Fujinaka - ht...@twofifty.com
BSEE(6/86) + BSChem(3/95) + BAEnglish(8/95) + MSCS(8/03) + $2.50 = latte

--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Raspunde prin e-mail lui