2 Commits 8a79e60b41 ... 9a8d555dc2

Autore SHA1 Messaggio Data
  Timothy Rice 9a8d555dc2 Fix C autodetect 2 anni fa
  Timothy Rice 9b17fb7303 Merge remote-tracking branch 'origin/master' 2 anni fa
1 ha cambiato i file con 1 aggiunte e 4 eliminazioni
  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