2 Revīzijas 8a79e60b41 ... 9a8d555dc2

Autors SHA1 Ziņojums Datums
  Timothy Rice 9a8d555dc2 Fix C autodetect 2 gadi atpakaļ
  Timothy Rice 9b17fb7303 Merge remote-tracking branch 'origin/master' 2 gadi atpakaļ
1 mainītis faili ar 1 papildinājumiem un 4 dzēšanām
  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