]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.3.546 v7.3.546
authorBram Moolenaar <Bram@vim.org>
Wed, 6 Jun 2012 17:05:50 +0000 (19:05 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 6 Jun 2012 17:05:50 +0000 (19:05 +0200)
Problem:    Bogus line break.
Solution:   Remove the line break.

src/screen.c
src/version.c

index e5a5b1915be252a7f6a48fc784a5ef0bb90b4115..7bc77f296e25fe60f84e52af03199831b862550e 100644 (file)
@@ -3228,8 +3228,7 @@ win_line(wp, lnum, startrow, endrow, nochange)
                /* no bad word found at line start, don't check until end of a
                 * word */
                spell_hlf = HLF_COUNT;
-               word_end = (int)(spell_to_word_end(ptr, wp)
-                                                                 - line + 1);
+               word_end = (int)(spell_to_word_end(ptr, wp) - line + 1);
            }
            else
            {
index 17c2d6417bb15c261c427a0209f59240d034e74c..89faaca6fb85fd8675fcc784931c6c9c994f5022 100644 (file)
@@ -714,6 +714,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    546,
 /**/
     545,
 /**/