]> git.pld-linux.org Git - packages/vim.git/blob - 7.0.001
- new
[packages/vim.git] / 7.0.001
1 To: vim-dev@vim.org
2 Subject: Patch 7.0.001
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=ISO-8859-1
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.0.001
11 Problem:    ":set spellsuggest+=10" does not work. (Suresh Govindachar)
12 Solution:   Add P_COMMA to the 'spellsuggest' flags.
13 Files:      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 -- 
46 hundred-and-one symptoms of being an internet addict:
47 70. 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.035254 seconds and 3 git commands to generate.