comparison runtime/ftplugin/html.vim @ 523:a7ae7e043e43

updated for version 7.0146
author vimboss
date Tue, 13 Sep 2005 21:20:47 +0000
parents 631143ac4a01
children c2cae213194d
comparison
equal deleted inserted replaced
522:530b30703db6 523:a7ae7e043e43
11 " compatibility mode. 11 " compatibility mode.
12 let s:save_cpo = &cpo 12 let s:save_cpo = &cpo
13 set cpo-=C 13 set cpo-=C
14 14
15 setlocal commentstring=<!--%s--> 15 setlocal commentstring=<!--%s-->
16
17 setlocal omnifunc=htmlcomplete#CompleteTags
16 18
17 " HTML: thanks to Johannes Zellner and Benji Fisher. 19 " HTML: thanks to Johannes Zellner and Benji Fisher.
18 if exists("loaded_matchit") 20 if exists("loaded_matchit")
19 let b:match_ignorecase = 1 21 let b:match_ignorecase = 1
20 let b:match_skip = 's:Comment' 22 let b:match_skip = 's:Comment'