Stefan Liebl 70842bf204 Einstellungen besser konfigurierbar
Change-Id: Ide8fdabcdf3a5019c398eb7031208655e4a3981a
2014-04-24 11:26:11 +02:00

14 lines
332 B
Plaintext

if !exists('g:Austausch')
let g:Austausch = expand('//easerv.muc/Organisation/ea-41/Austausch')
endif
if !exists('g:myAustausch')
let g:myAustausch = expand(g:Austausch . '/Liebl')
endif
if !exists('g:bmskWA')
let g:bmskWA = expand('c:/wa')
endif
if !exists('g:WA')
let g:WA = expand('c:/wa')
endif