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