forked from aniani/vim
patch 9.0.2139: html.angular ft is problematic
Problem: html.angular ft is problematic Solution: partly revert v9.0.2137 The html.angular filetype causes issues and does not trigger FileType autocommands for the html or angular filetypes. So let's roll back that particular change and detect this only as html file related: https://github.com/vim/vim/pull/13594#issuecomment-1834465890 closes: #13604 Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
@@ -95,9 +95,6 @@ au BufNewFile,BufRead *.aidl setf aidl
|
||||
" AMPL
|
||||
au BufNewFile,BufRead *.run setf ampl
|
||||
|
||||
" Angular in HTML
|
||||
au BufNewFile,BufRead *.component.html setf html.angular
|
||||
|
||||
" Ant
|
||||
au BufNewFile,BufRead build.xml setf ant
|
||||
|
||||
|
||||
Reference in New Issue
Block a user