aboutsummaryrefslogtreecommitdiff
path: root/vim.dot.link/filetype.vim
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-07-28 10:01:50 -0300
committerSilvio Rhatto <rhatto@riseup.net>2024-07-28 10:01:50 -0300
commitbf08c80af54044e8a4fc4a120f12434d2bd799f2 (patch)
treea7ee48adbb88abe2ab6e955efefef6b433392b75 /vim.dot.link/filetype.vim
parent23e4d875310c6520782d1605b8c3909053d58442 (diff)
downloadvim-bf08c80af54044e8a4fc4a120f12434d2bd799f2.tar.gz
vim-bf08c80af54044e8a4fc4a120f12434d2bd799f2.tar.bz2
Fix: split logic into separate plugins
Diffstat (limited to 'vim.dot.link/filetype.vim')
-rw-r--r--vim.dot.link/filetype.vim3
1 files changed, 2 insertions, 1 deletions
diff --git a/vim.dot.link/filetype.vim b/vim.dot.link/filetype.vim
index 6401d41..fb73703 100644
--- a/vim.dot.link/filetype.vim
+++ b/vim.dot.link/filetype.vim
@@ -33,7 +33,8 @@ augroup END
" Puppet
augroup puppet
- autocmd BufRead,BufNewFile *.pp setfiletype puppet
+ autocmd!
+ autocmd BufRead,BufNewFile *.pp setfiletype puppet
augroup END
" Drupal *.module and *.install files.