summaryrefslogtreecommitdiff
path: root/test/command_callback
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-05-06 19:30:41 +0100
committerw0rp <devw0rp@gmail.com>2017-05-06 19:30:41 +0100
commitf2c9fc403a5c25a3b9265095f3b6d4cfac80c99e (patch)
treeb101ea575984ef2d0edd190dbce58cce46888af5 /test/command_callback
parent2e1c9b0fa574aa2e617734470d5dbec61abee928 (diff)
downloadale-f2c9fc403a5c25a3b9265095f3b6d4cfac80c99e.zip
Fix #208 - Use the file on disk for pylint, and follow import paths
Diffstat (limited to 'test/command_callback')
-rw-r--r--test/command_callback/test_pylint_command_callback.vader2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/command_callback/test_pylint_command_callback.vader b/test/command_callback/test_pylint_command_callback.vader
index bd57a828..7c8e4080 100644
--- a/test/command_callback/test_pylint_command_callback.vader
+++ b/test/command_callback/test_pylint_command_callback.vader
@@ -2,7 +2,7 @@ Before:
runtime ale_linters/python/pylint.vim
silent! execute 'cd /testplugin/test/command_callback'
let g:dir = getcwd()
- let b:command_tail = ' --output-format text --msg-template="{path}:{line}:{column}: {msg_id} ({symbol}) {msg}" --reports n %t'
+ let b:command_tail = ' --output-format text --msg-template="{path}:{line}:{column}: {msg_id} ({symbol}) {msg}" --reports n %s'
After:
silent execute 'cd ' . fnameescape(g:dir)