We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 784794d commit ca62254Copy full SHA for ca62254
ftdetect/tridactyl.vim
@@ -1,8 +1,3 @@
1
-augroup VimTridactyl
2
- autocmd!
3
-augroup END
4
-
5
-autocmd VimTridactyl BufNewFile,BufRead *tridactylrc setf tridactyl
6
-autocmd VimTridactyl FileType tridactyl setlocal commentstring=\"\ %s
7
8
-" vim: set noet ts=4 sw=4 sts=4:
+" vint: -ProhibitAutocmdWithNoGroup
+autocmd BufNewFile,BufRead *tridactylrc setf tridactyl
+autocmd FileType tridactyl setlocal commentstring=\"\ %s
0 commit comments