]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - vim/patches/vim-7.3.546.patch0
libpng: Update to 1.6.10.
[people/ms/ipfire-3.x.git] / vim / patches / vim-7.3.546.patch0
CommitLineData
c6060300
MT
1To: vim_dev@googlegroups.com
2Subject: Patch 7.3.546
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.546
11Problem: Bogus line break.
12Solution: Remove the line break.
13Files: src/screen.c
14
15
16*** ../vim-7.3.545/src/screen.c 2012-06-01 15:20:49.000000000 +0200
17--- src/screen.c 2012-06-01 16:31:30.000000000 +0200
18***************
19*** 3228,3235 ****
20 /* no bad word found at line start, don't check until end of a
21 * word */
22 spell_hlf = HLF_COUNT;
23! word_end = (int)(spell_to_word_end(ptr, wp)
24! - line + 1);
25 }
26 else
27 {
28--- 3228,3234 ----
29 /* no bad word found at line start, don't check until end of a
30 * word */
31 spell_hlf = HLF_COUNT;
32! word_end = (int)(spell_to_word_end(ptr, wp) - line + 1);
33 }
34 else
35 {
36*** ../vim-7.3.545/src/version.c 2012-06-06 19:02:40.000000000 +0200
37--- src/version.c 2012-06-06 19:05:11.000000000 +0200
38***************
39*** 716,717 ****
40--- 716,719 ----
41 { /* Add new patch number below this line */
42+ /**/
43+ 546,
44 /**/
45
46--
47How To Keep A Healthy Level Of Insanity:
485. Put decaf in the coffee maker for 3 weeks. Once everyone has gotten
49 over their caffeine addictions, switch to espresso.
50
51 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
52/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
53\\\ an exciting new programming language -- http://www.Zimbu.org ///
54 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///