Skip to content

Commit

Permalink
Update ALE to v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
w0rp committed Dec 25, 2022
1 parent 9f2a000 commit 31010ad
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 = [3, 2, 0]
let s:current_ale_version = [3, 3, 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.3.0')
AssertEqual 1, ale#Has('ale-3.2.0')
AssertEqual 1, ale#Has('ale-3.1.0')
AssertEqual 1, ale#Has('ale-3.0.0')
Expand Down

0 comments on commit 31010ad

Please sign in to comment.