Merge pull request #1165 from Carpetsmoker/blackhole

Delete to black hole register in fixer
This commit is contained in:
w0rp 2017-11-25 11:42:12 +00:00 committed by GitHub
commit 2e50aadd56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@ function! ale#fix#ApplyQueuedFixes() abort
if l:end_line >= l:start_line if l:end_line >= l:start_line
let l:save = winsaveview() let l:save = winsaveview()
silent execute l:start_line . ',' . l:end_line . 'd' silent execute l:start_line . ',' . l:end_line . 'd_'
call winrestview(l:save) call winrestview(l:save)
endif endif