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.
1 parent d35d297 commit f33d624Copy full SHA for f33d624
autoload/lsp/ui/vim/diagnostics/textprop.vim
@@ -78,7 +78,7 @@ function! s:clear_all_highlights() abort
78
endif
79
80
for l:bufnr in range(1, bufnr('$'))
81
- if bufexists(l:bufnr)
+ if bufexists(l:bufnr) && bufloaded(l:bufnr)
82
call prop_remove({
83
\ 'type': l:prop_type,
84
\ 'bufnr': l:bufnr,
0 commit comments