]> git.pld-linux.org Git - packages/vim.git/blame - 6.3.016
- added __autoheader
[packages/vim.git] / 6.3.016
CommitLineData
aae1a9d1
AG
1To: vim-dev@vim.org
2Subject: Patch 6.3.016
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.016
11Problem: The default value for 'define' has "\s" before '#'.
12Solution: Add a star after "\s". (Herculano de Lima Einloft Neto)
13Files: src/option.c
14
15
16*** ../vim-6.3.015/src/option.c Tue Jul 20 17:12:01 2004
17--- src/option.c Thu Aug 26 15:56:30 2004
18***************
19*** 696,702 ****
20 {"define", "def", P_STRING|P_ALLOCED|P_VI_DEF,
21 #ifdef FEAT_FIND_ID
22 (char_u *)&p_def, OPT_BOTH(PV_DEF),
23! {(char_u *)"^\\s#\\s*define", (char_u *)0L}
24 #else
25 (char_u *)NULL, PV_NONE,
26 {(char_u *)NULL, (char_u *)0L}
27--- 696,702 ----
28 {"define", "def", P_STRING|P_ALLOCED|P_VI_DEF,
29 #ifdef FEAT_FIND_ID
30 (char_u *)&p_def, OPT_BOTH(PV_DEF),
31! {(char_u *)"^\\s*#\\s*define", (char_u *)0L}
32 #else
33 (char_u *)NULL, PV_NONE,
34 {(char_u *)NULL, (char_u *)0L}
35*** ../vim-6.3.015/src/version.c Wed Jul 28 11:55:03 2004
36--- src/version.c Thu Aug 26 15:58:03 2004
37***************
38*** 643,644 ****
39--- 643,646 ----
40 { /* Add new patch number below this line */
41+ /**/
42+ 16,
43 /**/
44
45--
46hundred-and-one symptoms of being an internet addict:
47140. You'd rather catch a score on the web than watch the game as
48 it is being played on tv.
49
50 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
51/// Sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
52\\\ Project leader for A-A-P -- http://www.A-A-P.org ///
53 \\\ Buy at Amazon and help AIDS victims -- http://ICCF.nl/click1.html ///
This page took 0.032649 seconds and 4 git commands to generate.