Compress one line

This commit is contained in:
w0rp 2017-11-26 21:30:26 +00:00
parent c07b3b9bfc
commit 01318b6930
1 changed files with 1 additions and 5 deletions

View File

@ -328,11 +328,7 @@ function! s:GetLSPCompletions(linter) abort
else
" Send a message saying the buffer has changed first, otherwise
" completions won't know what text is nearby.
call ale#lsp#Send(
\ l:id,
\ ale#lsp#message#DidChange(l:buffer),
\ l:root
\)
call ale#lsp#Send(l:id, ale#lsp#message#DidChange(l:buffer), l:root)
" For LSP completions, we need to clamp the column to the length of
" the line. python-language-server and perhaps others do not implement