Add bibclen fixer support

Closes #1910
This commit is contained in:
Horacio Sanson
2018-11-07 17:33:14 +09:00
parent 1d4f985538
commit 9e97a6914e
12 changed files with 208 additions and 3 deletions

View File

@@ -4,9 +4,7 @@ Before:
" Use an invalid global executable, so we don't match it.
let g:ale_ruby_rufo_executable = 'xxxinvalid'
call ale#test#SetDirectory('/testplugin/test/fixers')
silent cd ..
silent cd command_callback
call ale#test#SetDirectory('/testplugin/test/command_callback')
let g:dir = getcwd()
After: