We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9dba8a3 + 654e3fe commit ffa16b6Copy full SHA for ffa16b6
autoload/fall/internal/msgarea.vim
@@ -49,7 +49,7 @@ else
49
if !exists('s:hl_msgarea')
50
return
51
endif
52
- call hlset(s:hl_msgarea)
+ call hlset([extend(#{ force: 1 }, s:hl_msgarea[0])])
53
unlet s:hl_msgarea
54
endfunction
55
0 commit comments