Update ALE to v3.3.0

This commit is contained in:
w0rp
2022-12-25 20:30:21 +00:00
parent 9f2a000237
commit 31010ad1d1
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ function! ale#Queue(delay, ...) abort
endif
endfunction
let s:current_ale_version = [3, 2, 0]
let s:current_ale_version = [3, 3, 0]
" A function used to check for ALE features in files outside of the project.
function! ale#Has(feature) abort