diff options
author | w0rp <devw0rp@gmail.com> | 2016-12-13 10:19:19 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2016-12-13 10:19:19 +0000 |
commit | 88f4598ea25fb25fe2cb73901b4119c873267e2e (patch) | |
tree | 72bf6f30eb4803426b1194cdef850552916bf131 | |
parent | 76a03b07099ec32135be4c7d9a7283343972b0af (diff) | |
download | ale-88f4598ea25fb25fe2cb73901b4119c873267e2e.zip |
Fix the proeslint linter for plaintext files
-rw-r--r-- | ale_linters/text/proselint.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ale_linters/text/proselint.vim b/ale_linters/text/proselint.vim index 4a55dec4..f84462d4 100644 --- a/ale_linters/text/proselint.vim +++ b/ale_linters/text/proselint.vim @@ -5,4 +5,5 @@ call ale#linter#Define('text', { \ 'name': 'proselint', \ 'executable': 'proselint', \ 'callback': 'ale#handlers#HandleUnixFormatAsWarning', +\ 'command': g:ale#util#stdin_wrapper . ' .txt proselint', \}) |