It worked, Bram. Thanks for enhancing features for Zope development. On 4/11/06, Bram Moolenaar <[EMAIL PROTECTED]> wrote:
> This was already in 7.0c, apparently nobody noticed. This patch is > probably the right fix: > > *** runtime/filetype.vim~ Tue Apr 4 16:45:16 2006 > --- runtime/filetype.vim Mon Apr 10 19:56:39 2006 > *************** > *** 1961,1967 **** > " Zope > " dtml (zope dynamic template markup language), pt (zope page template), > " cpt (zope form controller page template) > ! au BufNewFile,BufRead *.dtml,*.pt,*.cpt call > <SID>FTCheck_html() > " zsql (zope sql method) > au BufNewFile,BufRead *.zsql call s:SQL() > > --- 1961,1967 ---- > " Zope > " dtml (zope dynamic template markup language), pt (zope page template), > " cpt (zope form controller page template) > ! au BufNewFile,BufRead *.dtml,*.pt,*.cpt call s:FThtml() > " zsql (zope sql method) > au BufNewFile,BufRead *.zsql call s:SQL() -- george
