autoload/lsp.vim | 2 +- diff --git a/autoload/lsp.vim b/autoload/lsp.vim index 66e43e807091e28097c5bd67c00a0a0c80ffd869..932aa95e48ca7900e07d4c64b0e055a301bf25b1 100644 --- a/autoload/lsp.vim +++ b/autoload/lsp.vim @@ -534,7 +534,7 @@ endif enddef # get the count of error in the current buffer -def lsp#errorCount():dict +def lsp#errorCount(): dict var res = {'Error': 0, 'Warn': 0, 'Info': 0, 'Hint': 0} var ftype = &filetype if ftype == ''