From 7408b2a34a4e18faca7d1a8a2207933b47e64450 Mon Sep 17 00:00:00 2001 From: Dan Reif Date: Mon, 30 Apr 2018 12:22:26 -0700 Subject: Update (switch wdwoods->kurayama for systemd) See https://github.com/sheerun/vim-polyglot/pull/267 --- ftdetect/polyglot.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ftdetect') 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 -- cgit v1.2.3