summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-02-11 22:43:13 +0000
committerw0rp <devw0rp@gmail.com>2017-02-11 22:43:13 +0000
commit4a71638061451b4be169eb9b8df5c0bf82cc90f5 (patch)
treea4ab8355305b8fbbf273223af9b37c89fc51d437 /plugin
parent341ea5f3673cf8d4bf0d64d2bdbfdf3ef857d695 (diff)
downloadale-4a71638061451b4be169eb9b8df5c0bf82cc90f5.zip
Feed files to commands via stdin by first writing the file to a temporary file, and then piping them in via the shell instead
Diffstat (limited to 'plugin')
-rw-r--r--plugin/ale.vim4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugin/ale.vim b/plugin/ale.vim
index 13c681a0..d65a99cb 100644
--- a/plugin/ale.vim
+++ b/plugin/ale.vim
@@ -66,10 +66,6 @@ let g:ale_lint_on_save = get(g:, 'ale_lint_on_save', 0)
" should be used instead.
let g:ale_enabled = get(g:, 'ale_enabled', 1)
-" This flag can be used to force ALE to send buffer data using ch_sendraw
-" in Vim 8. This works better for some users.
-let g:ale_use_ch_sendraw = get(g:, 'ale_use_ch_sendraw', has('win32'))
-
" These flags dictates if ale uses the quickfix or the loclist (loclist is the
" default, quickfix overrides loclist).
let g:ale_set_loclist = get(g:, 'ale_set_loclist', 1)