mirror of
				https://github.com/amix/vimrc
				synced 2025-10-31 14:43:35 +08:00 
			
		
		
		
	Updated plugins
This commit is contained in:
		| @ -23,8 +23,10 @@ function! ale_linters#gitcommit#gitlint#Handle(buffer, lines) abort | ||||
|     for l:match in ale#util#GetMatches(a:lines, l:pattern) | ||||
|         let l:code = l:match[2] | ||||
|  | ||||
|         if l:code is# 'T2' && !ale#Var(a:buffer, 'warn_about_trailing_whitespace') | ||||
|             continue | ||||
|         if !ale#Var(a:buffer, 'warn_about_trailing_whitespace') | ||||
|             if l:code is# 'T2' || l:code is# 'B2' | ||||
|                 continue | ||||
|             endif | ||||
|         endif | ||||
|  | ||||
|         let l:item = { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Amir Salihefendic
					Amir Salihefendic