]> git.pld-linux.org Git - packages/vim.git/blob - 7.3.175
- up to 7.3.189
[packages/vim.git] / 7.3.175
1 To: vim_dev@googlegroups.com
2 Subject: Patch 7.3.175
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.3.175
11 Problem:    When 'colorcolumn' is set locally to a window, ":new" opens a
12             window with the same highlighting but 'colorcolumn' is empty.
13             (Tyru)
14 Solution:   Call check_colorcolumn() after clearing and copying options.
15             (Christian Brabandt)
16 Files:      src/buffer.c
17
18
19 *** ../vim-7.3.174/src/buffer.c 2011-04-11 16:56:29.000000000 +0200
20 --- src/buffer.c        2011-05-05 17:28:24.000000000 +0200
21 ***************
22 *** 2527,2532 ****
23 --- 2527,2535 ----
24       if (p_fdls >= 0)
25         curwin->w_p_fdl = p_fdls;
26   #endif
27 + #ifdef FEAT_SYN_HL
28 +     check_colorcolumn(curwin);
29 + #endif
30   }
31   
32   /*
33 *** ../vim-7.3.174/src/version.c        2011-05-05 17:23:58.000000000 +0200
34 --- src/version.c       2011-05-05 17:30:32.000000000 +0200
35 ***************
36 *** 716,717 ****
37 --- 716,719 ----
38   {   /* Add new patch number below this line */
39 + /**/
40 +     175,
41   /**/
42
43 -- 
44 hundred-and-one symptoms of being an internet addict:
45 55. You ask your doctor to implant a gig in your brain.
46
47  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
48 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
49 \\\  an exciting new programming language -- http://www.Zimbu.org        ///
50  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.065215 seconds and 3 git commands to generate.