]> git.pld-linux.org Git - packages/vim.git/blob - 6.2.253
- initial import
[packages/vim.git] / 6.2.253
1 To: vim-dev@vim.org
2 Subject: Patch 6.2.253
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=ISO-8859-1
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 6.2.253
11 Problem:    When 'tagstack' is not set a ":tag id" command does not work after
12             a ":tjump" command.
13 Solution:   Set "new_tag" when 'tagstack' isn't set. (G. Narendran)
14 Files:      src/tag.c
15
16
17 *** ../vim-6.2.252/src/tag.c    Sun Jan 18 21:27:18 2004
18 --- src/tag.c   Wed Feb 11 12:31:51 2004
19 ***************
20 *** 186,191 ****
21 --- 186,192 ----
22       if ((!p_tgst && *tag != NUL))
23       {
24         use_tagstack = FALSE;
25 +       new_tag = TRUE;
26       }
27       else
28       {
29 *** ../vim-6.2.252/src/version.c        Tue Feb 10 19:44:28 2004
30 --- src/version.c       Wed Feb 11 14:39:42 2004
31 ***************
32 *** 639,640 ****
33 --- 639,642 ----
34   {   /* Add new patch number below this line */
35 + /**/
36 +     253,
37   /**/
38
39 -- 
40 hundred-and-one symptoms of being an internet addict:
41 96. On Super Bowl Sunday, you followed the score by going to the
42     Yahoo main page instead of turning on the TV.
43
44  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
45 ///        Sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
46 \\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
47  \\\  Help AIDS victims, buy here: http://ICCF-Holland.org/click1.html  ///
This page took 0.03133 seconds and 3 git commands to generate.