File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -892,7 +892,7 @@ function! LanguageClient#explainErrorAtPoint(...) abort
892892 \ ' handle' : s: IsFalse (l: Callback ),
893893 \ }
894894 call extend (l: params , get (a: 000 , 0 , {}))
895- return LanguageClient#Call (' $ languageClient/explainErrorAtPoint' , l: params , l: Callback )
895+ return LanguageClient#Call (' languageClient/explainErrorAtPoint' , l: params , l: Callback )
896896endfunction
897897
898898let g: LanguageClient_omniCompleteResults = []
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ pub const REQUEST__SetLoggingLevel: &str = "languageClient/setLoggingLevel";
1818pub const REQUEST__RegisterHandlers : & str = "languageClient/registerHandlers" ;
1919pub const REQUEST__NCMRefresh : & str = "LanguageClient_NCMRefresh" ;
2020pub const REQUEST__NCM2OnComplete : & str = "LanguageClient_NCM2OnComplete" ;
21- pub const REQUEST__ExplainErrorAtPoint : & str = "$ languageClient/explainErrorAtPoint" ;
21+ pub const REQUEST__ExplainErrorAtPoint : & str = "languageClient/explainErrorAtPoint" ;
2222pub const REQUEST__FindLocations : & str = "languageClient/findLocations" ;
2323pub const NOTIFICATION__HandleBufNewFile : & str = "languageClient/handleBufNewFile" ;
2424pub const NOTIFICATION__HandleBufReadPost : & str = "languageClient/handleBufReadPost" ;
You can’t perform that action at this time.
0 commit comments