diff options
author | w0rp <devw0rp@gmail.com> | 2022-03-05 01:24:43 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2022-03-05 01:24:43 +0000 |
commit | 560e6340ce10ce90fac587096fb147eea43e624d (patch) | |
tree | 107b3727b49ea57cead1872ba257ed634ba40908 /autoload/ale.vim | |
parent | e5492e124dbd57dda5301ed8fd41f7539b44c23a (diff) | |
download | ale-560e6340ce10ce90fac587096fb147eea43e624d.zip |
Bump ALE to v3.2.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 97483b45..029472ad 100644 --- a/autoload/ale.vim +++ b/autoload/ale.vim @@ -157,7 +157,7 @@ function! ale#Queue(delay, ...) abort endif endfunction -let s:current_ale_version = [3, 1, 0] +let s:current_ale_version = [3, 2, 0] " A function used to check for ALE features in files outside of the project. function! ale#Has(feature) abort |