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 endif
endfunction 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. " A function used to check for ALE features in files outside of the project.
function! ale#Has(feature) abort function! ale#Has(feature) abort

View File

@@ -1,5 +1,5 @@
Execute(Checks for versions below the current version should succeed): Execute(Checks for versions below the current version should succeed):
AssertEqual 1, ale#Has('ale-3.3.0') AssertEqual 1, ale#Has('ale-4.0.0')
AssertEqual 1, ale#Has('ALE-2.2.1') AssertEqual 1, ale#Has('ALE-2.2.1')
AssertEqual 1, ale#Has('ALE-1.0.0') AssertEqual 1, ale#Has('ALE-1.0.0')