Trac Plugin Variables
Set these variables in your vimrc
let g:tracServerList = {}
let g:tracServerList['Vim Trac'] = 'http://vimtracuser:wibble@www.ascetinteractive.com.au/vimtrac/login/xmlrpc'
let g:tracServerList['Project2'] = 'http://(User):(Pass)@(ServerPath)/login/xmlrpc'
Default revision comment for Wiki Changes ie. what will appear on the Timeline
let g:tracDefaultComment = 'VimTrac update'
let g:tracHideTracWiki = 'yes' " SET TO yes/no IF YOU WANT TO HIDE
When using Previews the server makes a temp file
let g:tracTempHtml = '/tmp/trac_wiki.html'
Idf your using TTSaveTicketSession to save vim sessions to tickets you can specify the directory they're supposed to be in
let g:tracSessionDirectory = expand ('$HOME') . '/.vimtrac_session'
Preview mode browser settings. can be a path to any browser executable
let g:tracBrowser = 'lynx' " For Setting up Browser view (terminal)
Ticket clause. You can refine this to speed up the client if you have a high number fo tickets
let g:tracTicketClause = 'status!=closed'
Brief Description will hide priority/milestone and status changes on the ticket descrtiption
let g:tracTicketBriefDescription = 0
Wiki view style options see VimTracWikiView for descriptions
let g:tracWikiStyle = 'full' " 'bottom' 'top' 'full'
Ticket view options see VimTracTicketView for descriptions
let g:tracTicketStyle = 'summary' " 'full' 'top' 'left' 'right' 'full'
Search view options
let g:tracSearchStyle = 'left' " 'right'
Timeline view option
let g:tracTimelineStyle = 'bottom' " 'left' 'right'
