diff options
author | w0rp <devw0rp@gmail.com> | 2020-09-09 22:06:38 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2020-09-09 22:06:38 +0100 |
commit | 08295ce17405cb5f6c80d2f726262493bfd21210 (patch) | |
tree | efab4a1bd44076f0e4001babbe47d2d04f1666c3 /autoload | |
parent | 4ddf74264397a0c739b1c6fd5f643505a31e1d11 (diff) | |
download | ale-08295ce17405cb5f6c80d2f726262493bfd21210.zip |
Bump the ALE version to 3.0.0v3.0.0
Diffstat (limited to 'autoload')
-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 84003993..3f59a6a4 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 = [2, 7, 0] +let s:current_ale_version = [3, 0, 0] " A function used to check for ALE features in files outside of the project. function! ale#Has(feature) abort |