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