home *** CD-ROM | disk | FTP | other *** search
- " Vim filetype plugin file
- " Language: csc
- " Maintainer: Dan Sharp <dwsharp at hotmail dot com>
- " Last Changed: 2002 Nov 26
- " URL: http://mywebpage.netscape.com/sharppeople/vim/ftplugin
-
- if exists("b:did_ftplugin") | finish | endif
- let b:did_ftplugin = 1
-
- if exists("loaded_matchit") && !exists("b:match_words")
- let b:match_words=
- \ '\<fix\>:\<endfix\>,' .
- \ '\<if\>:\<else\%(if\)\=\>:\<endif\>,' .
- \ '\<!loopondimensions\>\|\<!looponselected\>:\<!endloop\>'
- endif
-