]> git.pld-linux.org Git - packages/vim.git/blame - 7.3.660
- add patches 7.3.619-743
[packages/vim.git] / 7.3.660
CommitLineData
5a088057
KK
1To: vim_dev@googlegroups.com
2Subject: Patch 7.3.660
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.660
11Problem: ":help !" jumps to help for ":!".
12Solution: Adjust check for tag header line. (Andy Wokula)
13Files: 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--
46Q: How does a UNIX Guru pick up a girl?
47A: 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.11558 seconds and 4 git commands to generate.