summaryrefslogtreecommitdiff
path: root/autoload
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2019-06-10 23:53:42 +0100
committerw0rp <devw0rp@gmail.com>2019-06-10 23:53:42 +0100
commit80ab12c7b645b392feb98723873d77b045a0a7e2 (patch)
tree3a4e9b53ff2c090f3b88294aca8c034ada7e0a57 /autoload
parentce91972c947dbd3f6fe9408b8ae89b824b4c4fa7 (diff)
downloadale-80ab12c7b645b392feb98723873d77b045a0a7e2.zip
Bump the ALE versionv2.5.0
Diffstat (limited to 'autoload')
-rw-r--r--autoload/ale.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/ale.vim b/autoload/ale.vim
index 04329dfd..3a4e79c8 100644
--- a/autoload/ale.vim
+++ b/autoload/ale.vim
@@ -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