From 205dc0b16896a8fcc43d330640914253af5c992e Mon Sep 17 00:00:00 2001 From: LCD 47 Date: Thu, 15 Aug 2013 20:30:06 +0300 Subject: [PATCH] Minor bug fix: setting checker names in CacheErrors(). --- plugin/syntastic.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/syntastic.vim b/plugin/syntastic.vim index fb788a3b..3af2204b 100644 --- a/plugin/syntastic.vim +++ b/plugin/syntastic.vim @@ -214,8 +214,8 @@ function! s:CacheErrors(...) if !empty(names) if len(syntastic#util#unique(map(copy(names), 'v:val[1]'))) == 1 - let name = join(map(names, 'v:val[0]'), ', ') let type = names[0][1] + let name = join(map(names, 'v:val[0]'), ', ') call newLoclist.setName( name . ' ('. type . ')' ) else " checkers from mixed types