mirror of https://github.com/dense-analysis/ale
Bump the ALE version
This commit is contained in:
parent
ce91972c94
commit
80ab12c7b6
|
@ -156,7 +156,7 @@ function! ale#Queue(delay, ...) abort
|
||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
let s:current_ale_version = [2, 4, 0]
|
let s:current_ale_version = [2, 5, 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
|
||||||
|
|
|
@ -1,4 +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-2.5.0')
|
||||||
AssertEqual 1, ale#Has('ale-2.4.0')
|
AssertEqual 1, ale#Has('ale-2.4.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')
|
||||||
|
|
Loading…
Reference in New Issue