mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
updated for version 7.3.546
Problem: Bogus line break. Solution: Remove the line break.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
@@ -714,6 +714,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
546,
|
||||
/**/
|
||||
545,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user