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
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ function! ale#fix#ApplyQueuedFixes() abort
if l:end_line >= l:start_line
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)
endif