Patch 8.1.0683
Problem: Spell highlighting does not always end. (Gary Johnson)
Solution: Also reset char_attr when spell errors are highlighted.
Files: src/screen.c
*** ../vim-8.1.0682/src/screen.c 2019-01-01 20:31:26.887563043 +0100
--- src/screen.c 2019-01-03 21:38:38.393891286 +0100
***************
*** 4161,4167 ****
break;
}
! if (draw_state == WL_LINE && area_highlighting)
{
/* handle Visual or match highlighting in this line */
if (vcol == fromcol
--- 4161,4171 ----
break;
}
! if (draw_state == WL_LINE && (area_highlighting
! #ifdef FEAT_SPELL
! || has_spell
! #endif
! ))
{
/* handle Visual or match highlighting in this line */
if (vcol == fromcol
*** ../vim-8.1.0682/src/version.c 2019-01-02 23:47:14.360433274 +0100
--- src/version.c 2019-01-03 21:41:13.152654216 +0100
***************
*** 801,802 ****
--- 801,804 ----
{ /* Add new patch number below this line */
+ /**/
+ 683,
/**/
--
# echo reboot >universe
# chmod +x universe
# ./universe
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.