]> git.pld-linux.org Git - packages/vim.git/blob - 7.3.324
- new
[packages/vim.git] / 7.3.324
1 To: vim_dev@googlegroups.com
2 Subject: Patch 7.3.324
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.324 (after 7.3.237)
11 Problem:    Completion for ":compiler" shows color scheme names.
12 Solution:   Fix the directory name. (James Vega)
13 Files:      src/ex_getln.c
14
15
16 *** ../vim-7.3.323/src/ex_getln.c       2011-08-17 16:25:43.000000000 +0200
17 --- src/ex_getln.c      2011-09-30 16:22:14.000000000 +0200
18 ***************
19 *** 4546,4552 ****
20       }
21       if (xp->xp_context == EXPAND_COMPILER)
22       {
23 !       char *directories[] = {"colors", NULL};
24         return ExpandRTDir(pat, num_file, file, directories);
25       }
26       if (xp->xp_context == EXPAND_OWNSYNTAX)
27 --- 4546,4552 ----
28       }
29       if (xp->xp_context == EXPAND_COMPILER)
30       {
31 !       char *directories[] = {"compiler", NULL};
32         return ExpandRTDir(pat, num_file, file, directories);
33       }
34       if (xp->xp_context == EXPAND_OWNSYNTAX)
35 *** ../vim-7.3.323/src/version.c        2011-09-30 14:44:49.000000000 +0200
36 --- src/version.c       2011-09-30 16:23:15.000000000 +0200
37 ***************
38 *** 711,712 ****
39 --- 711,714 ----
40   {   /* Add new patch number below this line */
41 + /**/
42 +     324,
43   /**/
44
45
46 -- 
47 hundred-and-one symptoms of being an internet addict:
48 31. You code your homework in HTML and give your instructor the URL.
49
50  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
51 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
52 \\\  an exciting new programming language -- http://www.Zimbu.org        ///
53  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.034419 seconds and 3 git commands to generate.