]> git.pld-linux.org Git - packages/vim.git/blame - 7.3.324
- up to 7.3.600
[packages/vim.git] / 7.3.324
CommitLineData
59ab3540
AM
1To: vim_dev@googlegroups.com
2Subject: Patch 7.3.324
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.324 (after 7.3.237)
11Problem: Completion for ":compiler" shows color scheme names.
12Solution: Fix the directory name. (James Vega)
13Files: 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--
47hundred-and-one symptoms of being an internet addict:
4831. 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.03879 seconds and 4 git commands to generate.