repo.or.cz
/
james-home-etc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Updates to mirror new repository structure.
[james-home-etc.git]
/
.vim
/
filetype.vim
blob
b00d0c85dceadb378554aca14aec5d2a22cacfd5
1
" markdown filetype file
2
if exists("did\_load\_filetypes")
3
finish
4
endif
5
augroup markdown
6
au! BufRead,BufNewFile *.mkd setfiletype mkd
7
augroup END
8