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 ac8f887 commit f342d4dCopy full SHA for f342d4d
autoload/lsp/ui/vim/folding.vim
@@ -25,7 +25,7 @@ function! s:set_textprops(buf) abort
25
26
" Skip if the buffer doesn't exist. This might happen when a buffer is
27
" opened and quickly deleted.
28
- if !bufexists(a:buf) || !bufloaded(a:buf) | return | endif
+ if !bufloaded(a:buf) | return | endif
29
30
" Create text property, if not already defined
31
silent! call prop_type_add(s:textprop_name, {'bufnr': a:buf})
0 commit comments