Remove check for armv7
This commit is contained in:
		@ -15,8 +15,6 @@ function! arm#ft#FTarm()
 | 
			
		||||
    set filetype=arm
 | 
			
		||||
  elseif matchstr(head, '\s\.cpu\s\+arm') != ''
 | 
			
		||||
    set filetype=arm
 | 
			
		||||
  elseif line1 ==# '@ armv7' || line2 ==# '@ armv7'
 | 
			
		||||
    set filetype=arm
 | 
			
		||||
  endif
 | 
			
		||||
endfunction
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user