set .di files as "d" filetype

This commit is contained in:
Josh Holtrop 2013-02-02 20:01:00 -05:00
parent dd645ba92e
commit 6059d522ee

1
vimrc
View File

@ -102,6 +102,7 @@ if has("autocmd")
autocmd FileType text setlocal textwidth=78
autocmd BufRead,BufNewFile *.icf set syntax=cpp
autocmd FileType ruby setlocal sw=2 ts=2 sts=2
autocmd BufRead,BufNewFile *.di set filetype=d
" When editing a file, always jump to the last known cursor position.
" Don't do it when the position is invalid or when inside an event handler