Open *.def has cpp filetype

This commit is contained in:
Kenneth Benzie 2018-10-25 19:06:00 +01:00
parent d3a8920bf7
commit 91dc036e8f

2
after/ftdetect/cpp.vim Normal file
View File

@ -0,0 +1,2 @@
" Force *.def to C++ filetype for LLVM
au BufNewFile,BufReadPost *.def set filetype=cpp