]> git.pld-linux.org Git - packages/vim.git/blame - 6.3.006
- license change to GPL
[packages/vim.git] / 6.3.006
CommitLineData
d36b537e
AF
1To: vim-dev@vim.org
2Subject: Patch 6.3.006
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=ISO-8859-1
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 6.3.006
11Problem: ":breakadd file *foo" prepends the current directory to the file
12 pattern. (Hari Krishna Dara)
13Solution: Keep the pattern as-is.
14Files: 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--
48hundred-and-one symptoms of being an internet addict:
49134. 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.033411 seconds and 4 git commands to generate.