diff options
Diffstat (limited to '.vim/ftdetect')
| -rw-r--r-- | .vim/ftdetect/h.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vim/ftdetect/h.vim b/.vim/ftdetect/h.vim index 665088d..fe92579 100644 --- a/.vim/ftdetect/h.vim +++ b/.vim/ftdetect/h.vim @@ -1 +1 @@ -au BufNewFile,BufEnter *.h :setlocal filetype=c +au BufNewFile,BufEnter *.h setlocal filetype=c |