diff options
author | w0rp <devw0rp@gmail.com> | 2017-08-22 21:19:36 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-08-22 21:19:36 +0100 |
commit | 1a524ca63e51092ab10febea40a6f018b6e85173 (patch) | |
tree | 3d12ec01af3bfebd1bb59b7e6727f750f5641d8e /ftplugin | |
parent | 47a8ebc8b9ae76ee2b23e388d30324b97e102eed (diff) | |
download | ale-1a524ca63e51092ab10febea40a6f018b6e85173.zip |
#653 - Always set loclist or quickfix in a timer callback, which prevents errors E924, E925, and E926
Diffstat (limited to 'ftplugin')
-rw-r--r-- | ftplugin/qf.vim | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ftplugin/qf.vim b/ftplugin/qf.vim deleted file mode 100644 index 18e2c81a..00000000 --- a/ftplugin/qf.vim +++ /dev/null @@ -1,4 +0,0 @@ -augroup ALEQuickfixCursorMovedEvent - autocmd! * <buffer> - autocmd CursorMoved <buffer> call ale#events#ParseLoclistWindowItemPosition() -augroup END |