diff options
author | w0rp <devw0rp@gmail.com> | 2019-10-16 17:23:31 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2019-10-16 17:23:31 +0100 |
commit | b24fd13423656e14fa266405e1f238f0ec65cfb3 (patch) | |
tree | 5be45210681fd1a24fa800f40d29de2a23a979a1 /autoload/ale.vim | |
parent | 7c5825ecbc166d71976d01213e42723128d933e7 (diff) | |
download | ale-b24fd13423656e14fa266405e1f238f0ec65cfb3.zip |
Bump the ALE versionv2.6.0
Diffstat (limited to 'autoload/ale.vim')
-rw-r--r-- | autoload/ale.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/ale.vim b/autoload/ale.vim index 3a4e79c8..1664e710 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, 5, 0] +let s:current_ale_version = [2, 6, 0] " A function used to check for ALE features in files outside of the project. function! ale#Has(feature) abort |