0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

patch 8.0.1073: may get an endless loop if 'statusline' changes a highlight

Problem:    May get an endless loop if 'statusline' changes a highlight.
Solution:   Do not let evaluating 'statusline' trigger a redraw.
This commit is contained in:
Bram Moolenaar
2017-09-08 13:59:21 +02:00
parent 99433291b1
commit ba2929b6af
2 changed files with 18 additions and 6 deletions

View File

@@ -769,6 +769,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1073,
/**/
1072,
/**/