]> git.pld-linux.org Git - packages/vim.git/blob - 7.3.660
- add patches 7.3.619-743
[packages/vim.git] / 7.3.660
1 To: vim_dev@googlegroups.com
2 Subject: Patch 7.3.660
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.660
11 Problem:    ":help !" jumps to help for ":!".
12 Solution:   Adjust check for tag header line. (Andy Wokula)
13 Files:      src/tag.c
14
15
16 *** ../vim-7.3.659/src/tag.c    2012-09-05 15:03:27.000000000 +0200
17 --- src/tag.c   2012-09-12 18:10:01.000000000 +0200
18 ***************
19 *** 1797,1803 ****
20              */
21             if (state == TS_START)
22             {
23 !               if (STRNCMP(lbuf, "!_TAG_", 6) <= 0)
24                 {
25                     /*
26                      * Read header line.
27 --- 1797,1803 ----
28              */
29             if (state == TS_START)
30             {
31 !               if (STRNCMP(lbuf, "!_TAG_", 6) == 0)
32                 {
33                     /*
34                      * Read header line.
35 *** ../vim-7.3.659/src/version.c        2012-09-05 19:17:37.000000000 +0200
36 --- src/version.c       2012-09-12 18:18:30.000000000 +0200
37 ***************
38 *** 721,722 ****
39 --- 721,724 ----
40   {   /* Add new patch number below this line */
41 + /**/
42 +     660,
43   /**/
44
45 -- 
46 Q: How does a UNIX Guru pick up a girl?
47 A: look; grep; which; eval; nice; uname; talk; date;
48
49  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
50 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
51 \\\  an exciting new programming language -- http://www.Zimbu.org        ///
52  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.054034 seconds and 3 git commands to generate.