diff src/screen.c @ 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 f52d2ea0f81c
children 583e46e4a56c
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
 	    {