]> git.pld-linux.org Git - packages/vim.git/blame - 7.3.190
- new
[packages/vim.git] / 7.3.190
CommitLineData
437d9c61
ER
1To: vim_dev@googlegroups.com
2Subject: Patch 7.3.190
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 7.3.190
11Problem: When there is a "containedin" syntax argument highlighting may be
12 wrong. (Radek)
13Solution: Reset current_next_list. (Ben Schmidt)
14Files: 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--
42From "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.032713 seconds and 4 git commands to generate.