projects
/
dotvim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add Plugin 'unblevable/quick-scope'
[dotvim.git]
/
filetype.vim
1
if exists("did_load_filetypes")
2
finish
3
endif
4
5
augroup filetypedetect
6
au! BufRead,BufNewFile *_[FS]*.log setfiletype hub
7
au! BufNewFile,BufRead *.xaml setfiletype xml
8
augroup END