3923029
To: vim_dev@googlegroups.com
3923029
Subject: Patch 7.3.190
3923029
Fcc: outbox
3923029
From: Bram Moolenaar <Bram@moolenaar.net>
3923029
Mime-Version: 1.0
3923029
Content-Type: text/plain; charset=UTF-8
3923029
Content-Transfer-Encoding: 8bit
3923029
------------
3923029
3923029
Patch 7.3.190
3923029
Problem:    When there is a "containedin" syntax argument highlighting may be
3923029
	    wrong. (Radek)
3923029
Solution:   Reset current_next_list. (Ben Schmidt)
3923029
Files:	    src/syntax.c
3923029
3923029
3923029
*** ../vim-7.3.189/src/syntax.c	2011-04-11 16:56:29.000000000 +0200
3923029
--- src/syntax.c	2011-05-19 12:02:43.000000000 +0200
3923029
***************
3923029
*** 2566,2571 ****
3923029
--- 2566,2574 ----
3923029
  #endif
3923029
  		update_si_attr(current_state.ga_len - 1);
3923029
  
3923029
+ 		/* nextgroup= should not match in the end pattern */
3923029
+ 		current_next_list = NULL;
3923029
+ 
3923029
  		/* what matches next may be different now, clear it */
3923029
  		next_match_idx = 0;
3923029
  		next_match_col = MAXCOL;
3923029
*** ../vim-7.3.189/src/version.c	2011-05-10 17:29:28.000000000 +0200
3923029
--- src/version.c	2011-05-19 12:13:28.000000000 +0200
3923029
***************
3923029
*** 716,717 ****
3923029
--- 716,719 ----
3923029
  {   /* Add new patch number below this line */
3923029
+ /**/
3923029
+     190,
3923029
  /**/
3923029
3923029
-- 
3923029
From "know your smileys":
3923029
 :'-D	Laughing so much that they're crying
3923029
3923029
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
3923029
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
3923029
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
3923029
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///