From 3e11cbd18da3852fab5dee3f743bc60dc87f0775 Mon Sep 17 00:00:00 2001 From: w0rp Date: Wed, 6 Feb 2019 18:05:13 +0000 Subject: Update syntax checking * Line continuation characters should be on the same lines. * .vim file line indentation should be a multiple of 4. --- plugin/ale.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin') diff --git a/plugin/ale.vim b/plugin/ale.vim index 1181fb21..b2e6bf8c 100644 --- a/plugin/ale.vim +++ b/plugin/ale.vim @@ -258,6 +258,6 @@ augroup ALECleanupGroup autocmd QuitPre * call ale#events#QuitEvent(str2nr(expand(''))) if exists('##VimSuspend') - autocmd VimSuspend * if exists('*ale#engine#CleanupEveryBuffer') | call ale#engine#CleanupEveryBuffer() | endif + autocmd VimSuspend * if exists('*ale#engine#CleanupEveryBuffer') | call ale#engine#CleanupEveryBuffer() | endif endif augroup END -- cgit v1.2.3