summaryrefslogtreecommitdiff
path: root/autoload/ale.vim
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2020-06-11 19:21:17 +0100
committerw0rp <devw0rp@gmail.com>2020-06-11 19:21:17 +0100
commit1428c7b29e50af56f53ee1d587679d97a027dd72 (patch)
tree0ee2fd38747079e94a5d31c3e5e9bbdc9af68628 /autoload/ale.vim
parent7265ceb6d050d1a4642741d248f11e4f2abd37e1 (diff)
downloadale-1428c7b29e50af56f53ee1d587679d97a027dd72.zip
Update the internal ALE version to 2.7.0v2.7.0
Diffstat (limited to 'autoload/ale.vim')
-rw-r--r--autoload/ale.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/ale.vim b/autoload/ale.vim
index 01e17b15..6251b47b 100644
--- a/autoload/ale.vim
+++ b/autoload/ale.vim
@@ -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