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 2f0cbbf commit 4b0fc48Copy full SHA for 4b0fc48
autoload/lsc/diagnostics.vim
@@ -62,7 +62,7 @@ function! lsc#diagnostics#forFile(file_path) abort
62
endfunction
63
64
function! lsc#diagnostics#setForFile(file_path, diagnostics) abort
65
- if (exists('g:lsc_enable_diagnostics') && !g:lsc_enable_diagnosticsa)
+ if (exists('g:lsc_enable_diagnostics') && !g:lsc_enable_diagnostics)
66
\ || (empty(a:diagnostics) && !has_key(s:file_diagnostics, a:file_path))
67
return
68
endif
0 commit comments