Add default tracServerList

This commit is contained in:
Andrea Mistrali 2011-04-12 13:37:16 +00:00
parent 0294ea6dab
commit 275c4a7bbf
1 changed files with 5 additions and 0 deletions

View File

@ -133,6 +133,11 @@ let g:bufExplorerResize=1
let NERDSpaceDelims=1
let NERDCreateDefaultMappings=1
" """"""""""""""""
" Trac Server List
" """"""""""""""""
let g:tracServerList = {}
" """""""""""
" Keymappings
" """""""""""