diff options
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 |