]> git.pld-linux.org Git - packages/vim.git/blob - 7.3.190
- new
[packages/vim.git] / 7.3.190
1 To: vim_dev@googlegroups.com
2 Subject: Patch 7.3.190
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.3.190
11 Problem:    When there is a "containedin" syntax argument highlighting may be
12             wrong. (Radek)
13 Solution:   Reset current_next_list. (Ben Schmidt)
14 Files:      src/syntax.c
15
16
17 *** ../vim-7.3.189/src/syntax.c 2011-04-11 16:56:29.000000000 +0200
18 --- src/syntax.c        2011-05-19 12:02:43.000000000 +0200
19 ***************
20 *** 2566,2571 ****
21 --- 2566,2574 ----
22   #endif
23                 update_si_attr(current_state.ga_len - 1);
24   
25 +               /* nextgroup= should not match in the end pattern */
26 +               current_next_list = NULL;
27
28                 /* what matches next may be different now, clear it */
29                 next_match_idx = 0;
30                 next_match_col = MAXCOL;
31 *** ../vim-7.3.189/src/version.c        2011-05-10 17:29:28.000000000 +0200
32 --- src/version.c       2011-05-19 12:13:28.000000000 +0200
33 ***************
34 *** 716,717 ****
35 --- 716,719 ----
36   {   /* Add new patch number below this line */
37 + /**/
38 +     190,
39   /**/
40
41 -- 
42 From "know your smileys":
43  :'-D   Laughing so much that they're crying
44
45  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
46 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
47 \\\  an exciting new programming language -- http://www.Zimbu.org        ///
48  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.028702 seconds and 3 git commands to generate.