summaryrefslogtreecommitdiff
path: root/ale_linters
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2018-03-18 16:48:28 +0000
committerw0rp <devw0rp@gmail.com>2018-03-18 16:48:28 +0000
commitbdd8d2399f59f32c5531d168a1f9402d42d9b299 (patch)
tree8bb45194b57a0d9c8885cc526da66f6c21c357dd /ale_linters
parentb08fdd16b879527885d3d8f9e21ba688b5f18763 (diff)
downloadale-bdd8d2399f59f32c5531d168a1f9402d42d9b299.zip
#416 Escape the tslint command
Diffstat (limited to 'ale_linters')
-rw-r--r--ale_linters/typescript/tslint.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ale_linters/typescript/tslint.vim b/ale_linters/typescript/tslint.vim
index f4b48169..6f94fbae 100644
--- a/ale_linters/typescript/tslint.vim
+++ b/ale_linters/typescript/tslint.vim
@@ -70,7 +70,7 @@ function! ale_linters#typescript#tslint#GetCommand(buffer) abort
\ : ''
return ale#path#BufferCdString(a:buffer)
- \ . ale_linters#typescript#tslint#GetExecutable(a:buffer)
+ \ . ale#Escape(ale_linters#typescript#tslint#GetExecutable(a:buffer))
\ . ' --format json'
\ . l:tslint_config_option
\ . l:tslint_rules_option