mirror of https://github.com/akelge/vim
Add default tracServerList
This commit is contained in:
parent
0294ea6dab
commit
275c4a7bbf
|
@ -133,6 +133,11 @@ let g:bufExplorerResize=1
|
||||||
let NERDSpaceDelims=1
|
let NERDSpaceDelims=1
|
||||||
let NERDCreateDefaultMappings=1
|
let NERDCreateDefaultMappings=1
|
||||||
|
|
||||||
|
" """"""""""""""""
|
||||||
|
" Trac Server List
|
||||||
|
" """"""""""""""""
|
||||||
|
let g:tracServerList = {}
|
||||||
|
|
||||||
" """""""""""
|
" """""""""""
|
||||||
" Keymappings
|
" Keymappings
|
||||||
" """""""""""
|
" """""""""""
|
||||||
|
|
Loading…
Reference in New Issue