Compress one line
This commit is contained in:
parent
c07b3b9bfc
commit
01318b6930
@ -328,11 +328,7 @@ function! s:GetLSPCompletions(linter) abort
|
|||||||
else
|
else
|
||||||
" Send a message saying the buffer has changed first, otherwise
|
" Send a message saying the buffer has changed first, otherwise
|
||||||
" completions won't know what text is nearby.
|
" completions won't know what text is nearby.
|
||||||
call ale#lsp#Send(
|
call ale#lsp#Send(l:id, ale#lsp#message#DidChange(l:buffer), l:root)
|
||||||
\ l:id,
|
|
||||||
\ ale#lsp#message#DidChange(l:buffer),
|
|
||||||
\ l:root
|
|
||||||
\)
|
|
||||||
|
|
||||||
" For LSP completions, we need to clamp the column to the length of
|
" For LSP completions, we need to clamp the column to the length of
|
||||||
" the line. python-language-server and perhaps others do not implement
|
" the line. python-language-server and perhaps others do not implement
|
||||||
|
Loading…
Reference in New Issue
Block a user