Einstellungen besser konfigurierbar

Change-Id: Ide8fdabcdf3a5019c398eb7031208655e4a3981a
This commit is contained in:
Stefan Liebl 2014-01-10 11:08:04 +01:00
parent 77195f6d6b
commit 70842bf204
2 changed files with 14 additions and 7 deletions

View File

@ -1,6 +1,13 @@
let g:Austausch = expand('//easerv.muc/Organisation/ea-41/Austausch')
let g:myAustausch = expand(g:Austausch . '/Liebl')
let g:bmskWA = expand('c:/wa')
let g:WA = expand('c:/wa')
let g:ccm = expand('c:/ec-apps/cmsynergy/ccm64/bin/ccm.exe')
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

View File

@ -33,8 +33,8 @@ let g:wget = expand(g:vimtools . '/wget.exe')
if has('gui')
" set Font
" set guifont=Lucida_Console:h7
set guifont=Terminal:h6
set guifont=Lucida_Console:h8
" set guifont=Terminal:h6
"set guifontwide=
" Set standards for GUI