Skip to content

Commit

Permalink
Bump the ALE version
Browse files Browse the repository at this point in the history
  • Loading branch information
w0rp committed Jun 10, 2019
1 parent ce91972 commit 80ab12c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/ale.vim
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ function! ale#Queue(delay, ...) abort
endif
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.
function! ale#Has(feature) abort
Expand Down
1 change: 1 addition & 0 deletions test/test_ale_has.vader
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
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.2.1')
AssertEqual 1, ale#Has('ALE-1.0.0')
Expand Down

0 comments on commit 80ab12c

Please sign in to comment.