diff options
author | w0rp <devw0rp@gmail.com> | 2017-06-25 16:20:55 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-06-25 16:20:55 +0100 |
commit | 492260c967a2d5e955698584fbf1f075f44cda7c (patch) | |
tree | 9d3d02d6eac95179f27712070bbd92945b1c8d9a /autoload | |
parent | c2138a2656a2aa6306921f71a2a5ee7c4c690c1f (diff) | |
download | ale-492260c967a2d5e955698584fbf1f075f44cda7c.zip |
Fix the tests harder
Diffstat (limited to 'autoload')
-rw-r--r-- | autoload/ale/fix.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autoload/ale/fix.vim b/autoload/ale/fix.vim index 873e4b83..b4fd3e1a 100644 --- a/autoload/ale/fix.vim +++ b/autoload/ale/fix.vim @@ -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 |