formatting
This commit is contained in:
		
							parent
							
								
									02d76b101b
								
							
						
					
					
						commit
						5f13029754
					
				@ -11,9 +11,9 @@ func! vundle#installer#helptags(bundles)
 | 
			
		||||
  let bundle_dirs = map(a:bundles,'v:val.rtpath()')
 | 
			
		||||
  let help_dirs = filter(bundle_dirs, 's:has_doc(v:val)')
 | 
			
		||||
  call map(copy(help_dirs), 's:helptags(v:val)')
 | 
			
		||||
	if len(help_dirs) > 0
 | 
			
		||||
		call s:log('Helptags: done. '.len(help_dirs).' bundles processed')
 | 
			
		||||
	endif
 | 
			
		||||
  if len(help_dirs) > 0
 | 
			
		||||
    call s:log('Helptags: done. '.len(help_dirs).' bundles processed')
 | 
			
		||||
  endif
 | 
			
		||||
endf
 | 
			
		||||
 | 
			
		||||
func! vundle#installer#clean(bang)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user