changeset 3572:0a364618c0e5 v7.3.546

updated for version 7.3.546 Problem: Bogus line break. Solution: Remove the line break.
author Bram Moolenaar <bram@vim.org>
date Wed, 06 Jun 2012 19:05:50 +0200
parents 060f9b63bf92
children 552a962b9dd6
files src/screen.c src/version.c
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/screen.c
+++ b/src/screen.c
@@ -3228,8 +3228,7 @@ win_line(wp, lnum, startrow, endrow, noc
 		/* 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
 	    {
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    546,
+/**/
     545,
 /**/
     544,