comparison src/testdir/test_filetype.vim @ 20986:9dccf57e918a v8.2.1044

patch 8.2.1044: not all systemd file types are recognized Commit: https://github.com/vim/vim/commit/ef6d86c173becdf82b7a9a1329342c9368340def Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 23 21:01:38 2020 +0200 patch 8.2.1044: not all systemd file types are recognized Problem: Not all systemd file types are recognized. Solution: Match several more files. (Guido Cella, closes https://github.com/vim/vim/issues/6319)
author Bram Moolenaar <Bram@vim.org>
date Tue, 23 Jun 2020 21:15:04 +0200
parents 69cd83562725
children 2cf49849e933
comparison
equal deleted inserted replaced
20985:9f72b076fb23 20986:9dccf57e918a
438 \ 'svn': ['svn-commitfile.tmp'], 438 \ 'svn': ['svn-commitfile.tmp'],
439 \ 'swift': ['file.swift'], 439 \ 'swift': ['file.swift'],
440 \ 'swiftgyb': ['file.swift.gyb'], 440 \ 'swiftgyb': ['file.swift.gyb'],
441 \ 'sil': ['file.sil'], 441 \ 'sil': ['file.sil'],
442 \ 'sysctl': ['/etc/sysctl.conf', '/etc/sysctl.d/file.conf'], 442 \ 'sysctl': ['/etc/sysctl.conf', '/etc/sysctl.d/file.conf'],
443 \ 'systemd': ['any/systemd/file.automount', 'any/systemd/file.mount', 'any/systemd/file.path', 'any/systemd/file.service', 'any/systemd/file.socket', 'any/systemd/file.swap', 'any/systemd/file.target', 'any/systemd/file.timer', '/etc/systemd/system/some.d/file.conf', '/etc/systemd/system/some.d/.#file', '/etc/systemd/system/.#otherfile', '/home/user/.config/systemd/user/some.d/mine.conf', '/home/user/.config/systemd/user/some.d/.#file', '/home/user/.config/systemd/user/.#otherfile'], 443 \ 'systemd': ['any/systemd/file.automount', 'any/systemd/file.dnssd', 'any/systemd/file.link', 'any/systemd/file.mount', 'any/systemd/file.netdev', 'any/systemd/file.network', 'any/systemd/file.nspawn', 'any/systemd/file.path', 'any/systemd/file.service', 'any/systemd/file.slice', 'any/systemd/file.socket', 'any/systemd/file.swap', 'any/systemd/file.target', 'any/systemd/file.timer', '/etc/systemd/some.conf.d/file.conf', '/etc/systemd/system/some.d/file.conf', '/etc/systemd/system/some.d/.#file', '/etc/systemd/system/.#otherfile', '/home/user/.config/systemd/user/some.d/mine.conf', '/home/user/.config/systemd/user/some.d/.#file', '/home/user/.config/systemd/user/.#otherfile'],
444 \ 'systemverilog': ['file.sv', 'file.svh'], 444 \ 'systemverilog': ['file.sv', 'file.svh'],
445 \ 'tags': ['tags'], 445 \ 'tags': ['tags'],
446 \ 'tak': ['file.tak'], 446 \ 'tak': ['file.tak'],
447 \ 'taskdata': ['pending.data', 'completed.data', 'undo.data'], 447 \ 'taskdata': ['pending.data', 'completed.data', 'undo.data'],
448 \ 'taskedit': ['file.task'], 448 \ 'taskedit': ['file.task'],