]> git.pld-linux.org Git - packages/vim.git/blob - 6.3.006
- added __autoheader
[packages/vim.git] / 6.3.006
1 To: vim-dev@vim.org
2 Subject: Patch 6.3.006
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.3.006
11 Problem:    ":breakadd file *foo" prepends the current directory to the file
12             pattern. (Hari Krishna Dara)
13 Solution:   Keep the pattern as-is.
14 Files:      src/ex_cmds2.c
15
16
17 *** ../vim-6.3.005/src/ex_cmds2.c       Wed Jun  9 14:56:26 2004
18 --- src/ex_cmds2.c      Sun Jun 13 12:52:13 2004
19 ***************
20 *** 431,438 ****
21         vim_free(q);
22         if (p == NULL)
23             return FAIL;
24 !       bp->dbg_name = fix_fname(p);
25 !       vim_free(p);
26   #ifdef MACOS_CLASSIC
27         if (bp->dbg_name != NULL)
28             slash_n_colon_adjust(bp->dbg_name);
29 --- 431,437 ----
30         vim_free(q);
31         if (p == NULL)
32             return FAIL;
33 !       bp->dbg_name = p;
34   #ifdef MACOS_CLASSIC
35         if (bp->dbg_name != NULL)
36             slash_n_colon_adjust(bp->dbg_name);
37 *** ../vim-6.3.005/src/version.c        Wed Jun 16 10:56:31 2004
38 --- src/version.c       Wed Jun 16 12:33:36 2004
39 ***************
40 *** 643,644 ****
41 --- 643,646 ----
42   {   /* Add new patch number below this line */
43 + /**/
44 +     6,
45   /**/
46
47 -- 
48 hundred-and-one symptoms of being an internet addict:
49 134. You consider bandwidth to be more important than carats.
50
51  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
52 ///        Sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
53 \\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
54  \\\  Buy at Amazon and help AIDS victims -- http://ICCF.nl/click1.html ///
This page took 0.799833 seconds and 3 git commands to generate.