2 Revize 8a79e60b41 ... 9a8d555dc2

Autor SHA1 Zpráva Datum
  Timothy Rice 9a8d555dc2 Fix C autodetect před 2 roky
  Timothy Rice 9b17fb7303 Merge remote-tracking branch 'origin/master' před 2 roky
1 změnil soubory, kde provedl 1 přidání a 4 odebrání
  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