From c0586e4442338be0e97a4c75ffa25948f1de12d6 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Sat, 9 Oct 2021 09:07:40 -0700 Subject: [PATCH] rename an autocmd group --- home/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/vimrc b/home/vimrc index 00c0e52..956ec7b 100644 --- a/home/vimrc +++ b/home/vimrc @@ -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