]> git.pld-linux.org Git - packages/vim.git/blame - 7.0.001
- new
[packages/vim.git] / 7.0.001
CommitLineData
5ee5dc07
AM
1To: vim-dev@vim.org
2Subject: Patch 7.0.001
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 7.0.001
11Problem: ":set spellsuggest+=10" does not work. (Suresh Govindachar)
12Solution: Add P_COMMA to the 'spellsuggest' flags.
13Files: src/option.c
14
15
16*** ../vim-7.0.000/src/option.c Wed May 3 23:26:04 2006
17--- src/option.c Sun May 7 17:54:46 2006
18***************
19*** 2294,2300 ****
20 {(char_u *)0L, (char_u *)0L}
21 #endif
22 },
23! {"spellsuggest", "sps", P_STRING|P_VI_DEF|P_EXPAND|P_SECURE,
24 #ifdef FEAT_SPELL
25 (char_u *)&p_sps, PV_NONE,
26 {(char_u *)"best", (char_u *)0L}
27--- 2294,2300 ----
28 {(char_u *)0L, (char_u *)0L}
29 #endif
30 },
31! {"spellsuggest", "sps", P_STRING|P_VI_DEF|P_EXPAND|P_SECURE|P_COMMA,
32 #ifdef FEAT_SPELL
33 (char_u *)&p_sps, PV_NONE,
34 {(char_u *)"best", (char_u *)0L}
35*** ../vim-7.0.000/src/version.c Wed May 3 00:04:24 2006
36--- src/version.c Tue May 9 14:23:20 2006
37***************
38*** 668,669 ****
39--- 668,671 ----
40 { /* Add new patch number below this line */
41+ /**/
42+ 1,
43 /**/
44
45--
46hundred-and-one symptoms of being an internet addict:
4770. ISDN lines are added to your house on a hourly basis
48
49 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
50/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
51\\\ download, build and distribute -- http://www.A-A-P.org ///
52 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.036581 seconds and 4 git commands to generate.