diff options
author | w0rp <w0rp@users.noreply.github.com> | 2018-12-06 20:26:04 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-06 20:26:04 +0000 |
commit | 3db564f7742360a870679ef6c63361371646fed8 (patch) | |
tree | c711e395e69d6a8ca870b2632f5c5861276ef9fb /test/fixers/test_rufo_fixer_callback.vader | |
parent | fdd37acc1f381230fc2ed87303e98c7a4daafaad (diff) | |
parent | 9e97a6914e1f7f5ab4ac80c33150c42f733d3a1b (diff) | |
download | ale-3db564f7742360a870679ef6c63361371646fed8.zip |
Merge pull request #2061 from hsanson/1910-add-support-for-bibclean-fixer
Add bibclean fixer support
Diffstat (limited to 'test/fixers/test_rufo_fixer_callback.vader')
-rw-r--r-- | test/fixers/test_rufo_fixer_callback.vader | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/fixers/test_rufo_fixer_callback.vader b/test/fixers/test_rufo_fixer_callback.vader index a0828406..98108efc 100644 --- a/test/fixers/test_rufo_fixer_callback.vader +++ b/test/fixers/test_rufo_fixer_callback.vader @@ -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: |