2 Commity 8a79e60b41 ... 9a8d555dc2

Autor SHA1 Wiadomość Data
  Timothy Rice 9a8d555dc2 Fix C autodetect 2 lat temu
  Timothy Rice 9b17fb7303 Merge remote-tracking branch 'origin/master' 2 lat temu
1 zmienionych plików z 1 dodań i 4 usunięć
  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