vim-patch:63b74a8362b1

Update runtime files.
63b74a8362
This commit is contained in:
Justin M. Keyes
2019-08-01 22:45:59 +02:00
parent 41fe644124
commit 2cdbbe50a4
14 changed files with 312 additions and 113 deletions

View File

@@ -1,7 +1,7 @@
" Vim support file to detect file types
"
" Maintainer: Bram Moolenaar <Bram@vim.org>
" Last Change: 2019 Feb 07
" Last Change: 2019 Mar 19
" Listen very carefully, I will say this only once
if exists("did_load_filetypes")
@@ -1613,6 +1613,10 @@ au BufNewFile,BufRead */etc/sysctl.conf,*/etc/sysctl.d/*.conf setf sysctl
" Systemd unit files
au BufNewFile,BufRead */systemd/*.{automount,mount,path,service,socket,swap,target,timer} setf systemd
" Systemd overrides
au BufNewFile,BufRead /etc/systemd/system/*.d/*.conf setf systemd
" Systemd temp files
au BufNewFile,BufRead /etc/systemd/system/*.d/.#* setf systemd
" Synopsys Design Constraints
au BufNewFile,BufRead *.sdc setf sdc