diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/command_callback/test_pylint_command_callback.vader | 2 |
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) |