1 " Vim filetype plugin file
3 " Maintainer: Dan Sharp <dwsharp at hotmail dot com>
4 " Last Changed: 2003 Sep 29
5 " URL: http://mywebpage.netscape.com/sharppeople/vim/ftplugin
7 if exists("b:did_ftplugin") | finish | endif
10 " Make sure the continuation lines below do not cause problems in
15 if exists("loaded_matchit")
17 \ '\<fix\>:\<endfix\>,' .
18 \ '\<if\>:\<else\%(if\)\=\>:\<endif\>,' .
19 \ '\<!loopondimensions\>\|\<!looponselected\>:\<!endloop\>'
22 " Undo the stuff we changed.
23 let b:undo_ftplugin = "unlet! b:match_words"
25 " Restore the saved compatibility options.