Skip to content

Commit ffa16b6

Browse files
authored
Merge pull request #20 from mityu/fix-highlight
Fix highlight may not be restored
2 parents 9dba8a3 + 654e3fe commit ffa16b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/fall/internal/msgarea.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ else
4949
if !exists('s:hl_msgarea')
5050
return
5151
endif
52-
call hlset(s:hl_msgarea)
52+
call hlset([extend(#{ force: 1 }, s:hl_msgarea[0])])
5353
unlet s:hl_msgarea
5454
endfunction
5555
endif

0 commit comments

Comments
 (0)