'.bufname(buf).' | ') endfor call add(html, '
---|
')
let html += temp
call add(html, ' | ')
" Close this buffer
" TODO: the comment above says we're going to allow saving the file
" later...but here we discard it?
quit!
endfor
let html[body_line_num] = body_line
call add(html, '
block if !user_settings.use_css let user_settings.no_pre = 1 endif return user_settings endif endfunc let &cpo = s:cpo_sav unlet s:cpo_sav " Make sure any patches will probably use consistent indent " vim: ts=8 sw=2 sts=2 noet