Bump the ALE version to 4.0.0
Some checks failed
CI / build_image (push) Has been cancelled
CI / test_ale (--linters-only) (push) Has been cancelled
CI / test_ale (--neovim-07-only) (push) Has been cancelled
CI / test_ale (--neovim-08-only) (push) Has been cancelled
CI / test_ale (--vim-80-only) (push) Has been cancelled
CI / test_ale (--vim-90-only) (push) Has been cancelled

This commit is contained in:
w0rp
2025-03-14 11:58:10 +00:00
parent 8506d0d1ae
commit 1c91102112
2 changed files with 2 additions and 2 deletions

View File

@@ -171,7 +171,7 @@ function! ale#Queue(delay, ...) abort
endif
endfunction
let s:current_ale_version = [3, 3, 0]
let s:current_ale_version = [4, 0, 0]
" A function used to check for ALE features in files outside of the project.
function! ale#Has(feature) abort