1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-18 09:53:22 -07:00

rename an autocmd group

This commit is contained in:
Connor Olding 2021-10-09 09:07:40 -07:00
parent dc777c3c54
commit c0586e4442

View File

@ -195,7 +195,7 @@ if has('autocmd')
au BufRead,BufNewFile .gitconfig call TabEight()
augroup END
augroup whatever
augroup filetypes
au!
au BufRead,BufNewFile *.lib setlocal ft=spice
au BufRead,BufNewFile *.bt setlocal ft=c