Add commands to run ALEFix, and some tests to cover functionality so far. Add a simple autopep8 function.

This commit is contained in:
w0rp
2017-05-18 13:21:14 +01:00
parent 7d8390d43e
commit 8ebd15a54d
7 changed files with 174 additions and 17 deletions

View File

@@ -405,8 +405,7 @@ function! s:RunJob(options) abort
\ : l:command
\)
" TODO, get the exit system of the shell call and pass it on here.
call l:job_options.exit_cb(l:job_id, 0)
call l:job_options.exit_cb(l:job_id, v:shell_error)
endif
endfunction