Skip to content

Commit

Permalink
Bump the ALE version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
w0rp committed Sep 9, 2020
1 parent 4ddf742 commit 08295ce
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 @@ -157,7 +157,7 @@ function! ale#Queue(delay, ...) abort
endif
endfunction

let s:current_ale_version = [2, 7, 0]
let s:current_ale_version = [3, 0, 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-3.0.0')
AssertEqual 1, ale#Has('ale-2.7.0')
AssertEqual 1, ale#Has('ale-2.6.0')
AssertEqual 1, ale#Has('ale-2.5.0')
Expand Down

0 comments on commit 08295ce

Please sign in to comment.