comparison runtime/filetype.vim @ 839:1f3b1021f002 v7.0e05

updated for version 7.0e05
author vimboss
date Fri, 21 Apr 2006 22:12:41 +0000
parents 6bb1fa855dc9
children db44f7b81373
comparison
equal deleted inserted replaced
838:8e5830943bff 839:1f3b1021f002
1 " Vim support file to detect file types 1 " Vim support file to detect file types
2 " 2 "
3 " Maintainer: Bram Moolenaar <Bram@vim.org> 3 " Maintainer: Bram Moolenaar <Bram@vim.org>
4 " Last Change: 2006 Apr 19 4 " Last Change: 2006 Apr 21
5 5
6 " Listen very carefully, I will say this only once 6 " Listen very carefully, I will say this only once
7 if exists("did_load_filetypes") 7 if exists("did_load_filetypes")
8 finish 8 finish
9 endif 9 endif
387 endif 387 endif
388 let lnum = lnum + 1 388 let lnum = lnum + 1
389 endwhile 389 endwhile
390 setf chill 390 setf chill
391 endfun 391 endfun
392
393 " ChordPro
394 au BufNewFile,BufRead *.chopro,*.crd,*.cho,*.crdpro,*.chordpro setf chordpro
392 395
393 " Clean 396 " Clean
394 au BufNewFile,BufRead *.dcl,*.icl setf clean 397 au BufNewFile,BufRead *.dcl,*.icl setf clean
395 398
396 " Clever 399 " Clever