mirror of https://github.com/dense-analysis/ale
Bump the ALE version
This commit is contained in:
parent
7c5825ecbc
commit
b24fd13423
|
@ -156,7 +156,7 @@ function! ale#Queue(delay, ...) abort
|
|||
endif
|
||||
endfunction
|
||||
|
||||
let s:current_ale_version = [2, 5, 0]
|
||||
let s:current_ale_version = [2, 6, 0]
|
||||
|
||||
" A function used to check for ALE features in files outside of the project.
|
||||
function! ale#Has(feature) abort
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Execute(Checks for versions below the current version should succeed):
|
||||
AssertEqual 1, ale#Has('ale-2.6.0')
|
||||
AssertEqual 1, ale#Has('ale-2.5.0')
|
||||
AssertEqual 1, ale#Has('ale-2.4.0')
|
||||
AssertEqual 1, ale#Has('ALE-2.2.1')
|
||||
|
|
Loading…
Reference in New Issue