gaim/www

b1a1c1fd5391
(21:05:40) nosnilmot: LSchiere: did you get my update?
(21:05:59) LSchiere: nosnilmot: no, i missed it
(21:06:08) nosnilmot: LSchiere: as normal -
http://www.nosnilmot.com/gaim/gaim-ssl.txt.patch
(21:06:34) nosnilmot: LSchiere: I went through the pain of installing
slackware 9.1 to verify & make legal slack packages too :(
" Vim syntax file
" Language: Gaim FAQ
" Maintainer: Christian Hammond <chipx86@gnupdate.org>
" URL: none
" Last Change: 13-July-2003
" Remove any old syntax stuff hanging around
syn clear
if !exists("main_syntax")
let main_syntax = 'gaimfaq'
endif
if !exists("gaimfaq_no_html")
so $VIMRUNTIME/syntax/html.vim
syn cluster htmlPreproc add=gaimfaqCommand,gaimfaqQuestion,gaimfaqAnswer
endif
syn case match
syn region gaimfaqCommand keepend start="^!\(SECTION\|ANCHOR\|COMMENT\)\t" end="$"
syn region gaimfaqQuestion keepend start="^Q:" end="\t"
syn region gaimfaqAnswer keepend start="^A:" end="\t"
if !exists("did_gaimfaq_syntax_inits")
let did_gaimfaq_syntax_inits = 1
hi link gaimfaqCommand Function
hi link gaimfaqQuestion Label
hi link gaimfaqAnswer Label
endif
let b:current_syntax = "gaimfaq"
if main_syntax == "gaimfaq"
unlet main_syntax
endif