Skip to content

Commit

Permalink
Update the internal ALE version to 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
w0rp committed Jun 11, 2020
1 parent 7265ceb commit 1428c7b
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
Expand Up @@ -163,7 +163,7 @@ function! ale#Queue(delay, ...) abort
endif
endfunction

let s:current_ale_version = [2, 6, 0]
let s:current_ale_version = [2, 7, 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
@@ -1,4 +1,5 @@
Execute(Checks for versions below the current version should succeed):
AssertEqual 1, ale#Has('ale-2.7.0')
AssertEqual 1, ale#Has('ale-2.6.0')
AssertEqual 1, ale#Has('ale-2.5.0')
AssertEqual 1, ale#Has('ale-2.4.0')
Expand Down

0 comments on commit 1428c7b

Please sign in to comment.