diff options
author | Dan Reif <dan.reif@collectivehealth.com> | 2018-04-30 12:22:26 -0700 |
---|---|---|
committer | Dan Reif <dan.reif@collectivehealth.com> | 2018-04-30 12:22:26 -0700 |
commit | 7408b2a34a4e18faca7d1a8a2207933b47e64450 (patch) | |
tree | b20272fc0ba60cbb1114d50f28b6b106477650c6 /ftdetect | |
parent | faf6999c44ac9c5babfaf60f8887e1294ba0777d (diff) | |
download | vim-polyglot-7408b2a34a4e18faca7d1a8a2207933b47e64450.tar.gz vim-polyglot-7408b2a34a4e18faca7d1a8a2207933b47e64450.zip |
Update (switch wdwoods->kurayama for systemd)
See https://github.com/sheerun/vim-polyglot/pull/267
Diffstat (limited to 'ftdetect')
-rw-r--r-- | ftdetect/polyglot.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index f7286b68..8ca8c576 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -978,7 +978,7 @@ endif if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'systemd') == -1 augroup filetypedetect - " systemd, from systemd.vim in kurayama/systemd-vim-syntax + " systemd, from systemd.vim in wgwoods/vim-systemd-syntax au BufNewFile,BufRead *.automount set filetype=systemd au BufNewFile,BufRead *.mount set filetype=systemd au BufNewFile,BufRead *.path set filetype=systemd |