25f58c3
To: vim_dev@googlegroups.com
25f58c3
Subject: Patch 7.3.157
25f58c3
Fcc: outbox
25f58c3
From: Bram Moolenaar <Bram@moolenaar.net>
25f58c3
Mime-Version: 1.0
25f58c3
Content-Type: text/plain; charset=UTF-8
25f58c3
Content-Transfer-Encoding: 8bit
25f58c3
------------
25f58c3
25f58c3
Patch 7.3.157
25f58c3
Problem:    Superfluous assignment.
25f58c3
Solution:   Remove assignment.
25f58c3
Files:	    src/misc1.c
25f58c3
25f58c3
25f58c3
*** ../vim-7.3.156/src/misc1.c	2011-03-22 13:07:19.000000000 +0100
25f58c3
--- src/misc1.c	2011-04-11 14:11:17.000000000 +0200
25f58c3
***************
25f58c3
*** 6773,6780 ****
25f58c3
  		{
25f58c3
  		    curwin->w_cursor.lnum = our_paren_pos.lnum;
25f58c3
  		    curwin->w_cursor.col = col;
25f58c3
! 		    if ((trypos = find_match_paren(ind_maxparen,
25f58c3
! 						     ind_maxcomment)) != NULL)
25f58c3
  			amount += ind_unclosed2;
25f58c3
  		    else
25f58c3
  			amount += ind_unclosed;
25f58c3
--- 6775,6781 ----
25f58c3
  		{
25f58c3
  		    curwin->w_cursor.lnum = our_paren_pos.lnum;
25f58c3
  		    curwin->w_cursor.col = col;
25f58c3
! 		    if (find_match_paren(ind_maxparen, ind_maxcomment) != NULL)
25f58c3
  			amount += ind_unclosed2;
25f58c3
  		    else
25f58c3
  			amount += ind_unclosed;
25f58c3
*** ../vim-7.3.156/src/version.c	2011-04-11 14:24:33.000000000 +0200
25f58c3
--- src/version.c	2011-04-11 14:25:36.000000000 +0200
25f58c3
***************
25f58c3
*** 716,717 ****
25f58c3
--- 716,719 ----
25f58c3
  {   /* Add new patch number below this line */
25f58c3
+ /**/
25f58c3
+     157,
25f58c3
  /**/
25f58c3
25f58c3
-- 
25f58c3
A radioactive cat has eighteen half-lives.
25f58c3
25f58c3
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
25f58c3
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
25f58c3
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
25f58c3
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///