Fix the tests harder

This commit is contained in:
w0rp
2017-06-25 16:20:55 +01:00
parent c2138a2656
commit 492260c967
2 changed files with 2 additions and 2 deletions

View File

@@ -43,6 +43,7 @@ function! ale#fix#ApplyQueuedFixes() abort
if empty(&buftype)
noautocmd :w!
else
call writefile(l:data.output, 'fix_test_file')
set nomodified
endif
endif