2 Commits 8a79e60b41 ... 9a8d555dc2

Author SHA1 Message Date
  Timothy Rice 9a8d555dc2 Fix C autodetect 2 years ago
  Timothy Rice 9b17fb7303 Merge remote-tracking branch 'origin/master' 2 years ago
1 changed files with 1 additions and 4 deletions
  1. 1 4
      .vim/ftdetect/c.vim

+ 1 - 4
.vim/ftdetect/c.vim

@@ -1,4 +1 @@
-augroup project
-    autocmd!
-    autocmd BufRead,BufNewFile *.h,*.c set filetype=c
-augroup END
+au BufNewFile,BufRead *.h,*.c set filetype=c