mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +08:00
#653 - Jump to the position which Vim does not jump to for moving from quickfix/loclist items to other buffers
This commit is contained in:
4
ftplugin/qf.vim
Normal file
4
ftplugin/qf.vim
Normal file
@@ -0,0 +1,4 @@
|
||||
augroup ALEQuickfixCursorMovedEvent
|
||||
autocmd! * <buffer>
|
||||
autocmd CursorMoved <buffer> call ale#events#ParseLoclistWindowItemPosition()
|
||||
augroup END
|
||||
Reference in New Issue
Block a user