comparison src/testdir/test_filetype.vim @ 33859:f566fe683cad v9.0.2139

patch 9.0.2139: html.angular ft is problematic Commit: https://github.com/vim/vim/commit/4f3480c94358e3b938594fc3574477e780525cd7 Author: Christian Brabandt <cb@256bit.org> Date: Fri Dec 1 18:01:17 2023 +0100 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>
author Christian Brabandt <cb@256bit.org>
date Fri, 01 Dec 2023 18:15:03 +0100
parents 27bf2e1c3017
children eb3f61da6d5e
comparison
equal deleted inserted replaced
33858:af382e6903ac 33859:f566fe683cad
316 hog: ['file.hog', 'snort.conf', 'vision.conf'], 316 hog: ['file.hog', 'snort.conf', 'vision.conf'],
317 hollywood: ['file.hws'], 317 hollywood: ['file.hws'],
318 hoon: ['file.hoon'], 318 hoon: ['file.hoon'],
319 hostconf: ['/etc/host.conf', 'any/etc/host.conf'], 319 hostconf: ['/etc/host.conf', 'any/etc/host.conf'],
320 hostsaccess: ['/etc/hosts.allow', '/etc/hosts.deny', 'any/etc/hosts.allow', 'any/etc/hosts.deny'], 320 hostsaccess: ['/etc/hosts.allow', '/etc/hosts.deny', 'any/etc/hosts.allow', 'any/etc/hosts.deny'],
321 html: ['file.html', 'file.htm', 'file.cshtml'], 321 html: ['file.html', 'file.htm', 'file.cshtml', 'file.component.html'],
322 'html.angular': ['file.component.html'],
323 htmlm4: ['file.html.m4'], 322 htmlm4: ['file.html.m4'],
324 httest: ['file.htt', 'file.htb'], 323 httest: ['file.htt', 'file.htb'],
325 hurl: ['file.hurl'], 324 hurl: ['file.hurl'],
326 i3config: ['/home/user/.i3/config', '/home/user/.config/i3/config', '/etc/i3/config', '/etc/xdg/i3/config'], 325 i3config: ['/home/user/.i3/config', '/home/user/.config/i3/config', '/etc/i3/config', '/etc/xdg/i3/config'],
327 ibasic: ['file.iba', 'file.ibi'], 326 ibasic: ['file.iba', 'file.ibi'],