From 1428c7b29e50af56f53ee1d587679d97a027dd72 Mon Sep 17 00:00:00 2001 From: w0rp Date: Thu, 11 Jun 2020 19:21:17 +0100 Subject: Update the internal ALE version to 2.7.0 --- autoload/ale.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autoload') diff --git a/autoload/ale.vim b/autoload/ale.vim index 01e17b15..6251b47b 100644 --- a/autoload/ale.vim +++ b/autoload/ale.vim @@ -163,7 +163,7 @@ function! ale#Queue(delay, ...) abort endif endfunction -let s:current_ale_version = [2, 6, 0] +let s:current_ale_version = [2, 7, 0] " A function used to check for ALE features in files outside of the project. function! ale#Has(feature) abort -- cgit v1.2.3