]> git.pld-linux.org Git - packages/vim.git/blame - 7.3.022
- new
[packages/vim.git] / 7.3.022
CommitLineData
aa887dad 1To: vim-dev@vim.org
2Subject: Patch 7.3.022
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.022
11Problem: When opening a new window the 'spellcapcheck' option is cleared.
12Solution: Copy the correct option value. (Christian Brabandt)
13Files: src/option.c
14
15
16*** ../vim-7.3.021/src/option.c 2010-08-15 21:57:28.000000000 +0200
17--- src/option.c 2010-10-13 13:48:46.000000000 +0200
18***************
19*** 10011,10017 ****
20 buf->b_p_smc = p_smc;
21 #endif
22 #ifdef FEAT_SPELL
23! buf->b_s.b_p_spc = vim_strsave(p_spf);
24 (void)compile_cap_prog(&buf->b_s);
25 buf->b_s.b_p_spf = vim_strsave(p_spf);
26 buf->b_s.b_p_spl = vim_strsave(p_spl);
27--- 10011,10017 ----
28 buf->b_p_smc = p_smc;
29 #endif
30 #ifdef FEAT_SPELL
31! buf->b_s.b_p_spc = vim_strsave(p_spc);
32 (void)compile_cap_prog(&buf->b_s);
33 buf->b_s.b_p_spf = vim_strsave(p_spf);
34 buf->b_s.b_p_spl = vim_strsave(p_spl);
35*** ../vim-7.3.021/src/version.c 2010-10-10 17:08:28.000000000 +0200
36--- src/version.c 2010-10-13 14:02:08.000000000 +0200
37***************
38*** 716,717 ****
39--- 716,719 ----
40 { /* Add new patch number below this line */
41+ /**/
42+ 22,
43 /**/
44
45--
46GALAHAD: Camelot ...
47LAUNCELOT: Camelot ...
48GAWAIN: It's only a model.
49 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
50
51 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
52/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
53\\\ download, build and distribute -- http://www.A-A-P.org ///
54 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.043439 seconds and 4 git commands to generate.