Merge pull request #1165 from Carpetsmoker/blackhole
Delete to black hole register in fixer
This commit is contained in:
commit
2e50aadd56
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user