From c546f47cc0c003053fb157b0ca2cced46b5429bc Mon Sep 17 00:00:00 2001 From: w0rp Date: Mon, 24 Oct 2016 20:21:32 +0100 Subject: Merge everything into the one global map. --- plugin/ale.vim | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'plugin') diff --git a/plugin/ale.vim b/plugin/ale.vim index 7e88f688..289a9d94 100644 --- a/plugin/ale.vim +++ b/plugin/ale.vim @@ -22,9 +22,8 @@ if !s:ale_has_required_features finish endif -" Globals - -let g:ale_buffer_loclist_map = {} +" This global variable is used internally by ALE for tracking information for +" each buffer which linters are being run against. let g:ale_buffer_info = {} " User Configuration -- cgit v1.2.3