summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-11-26 21:30:26 +0000
committerw0rp <devw0rp@gmail.com>2017-11-26 21:30:26 +0000
commit01318b6930c536cb63f09541bde11a9d48d4a12e (patch)
treec98f689515922c255aeecda7d8373f685f9d8571
parentc07b3b9bfcc00fb8b6dd8b2e9627257df4c8ed4f (diff)
downloadale-01318b6930c536cb63f09541bde11a9d48d4a12e.zip
Compress one line
-rw-r--r--autoload/ale/completion.vim6
1 files changed, 1 insertions, 5 deletions
diff --git a/autoload/ale/completion.vim b/autoload/ale/completion.vim
index 6a723a6c..7ad7f9da 100644
--- a/autoload/ale/completion.vim
+++ b/autoload/ale/completion.vim
@@ -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