]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - vim/patches/vim-7.3.175.patch0
vim: Import latest patches from upstream.
[people/ms/ipfire-3.x.git] / vim / patches / vim-7.3.175.patch0
CommitLineData
c6060300
MT
1To: vim_dev@googlegroups.com
2Subject: Patch 7.3.175
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.175
11Problem: When 'colorcolumn' is set locally to a window, ":new" opens a
12 window with the same highlighting but 'colorcolumn' is empty.
13 (Tyru)
14Solution: Call check_colorcolumn() after clearing and copying options.
15 (Christian Brabandt)
16Files: 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--
44hundred-and-one symptoms of being an internet addict:
4555. 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 ///