Einstellungen besser konfigurierbar
Change-Id: Ide8fdabcdf3a5019c398eb7031208655e4a3981a
This commit is contained in:
parent
77195f6d6b
commit
70842bf204
@ -1,6 +1,13 @@
|
|||||||
let g:Austausch = expand('//easerv.muc/Organisation/ea-41/Austausch')
|
if !exists('g:Austausch')
|
||||||
let g:myAustausch = expand(g:Austausch . '/Liebl')
|
let g:Austausch = expand('//easerv.muc/Organisation/ea-41/Austausch')
|
||||||
let g:bmskWA = expand('c:/wa')
|
endif
|
||||||
let g:WA = expand('c:/wa')
|
if !exists('g:myAustausch')
|
||||||
let g:ccm = expand('c:/ec-apps/cmsynergy/ccm64/bin/ccm.exe')
|
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
|
||||||
|
|
||||||
|
@ -33,8 +33,8 @@ let g:wget = expand(g:vimtools . '/wget.exe')
|
|||||||
if has('gui')
|
if has('gui')
|
||||||
|
|
||||||
" set Font
|
" set Font
|
||||||
" set guifont=Lucida_Console:h7
|
set guifont=Lucida_Console:h8
|
||||||
set guifont=Terminal:h6
|
" set guifont=Terminal:h6
|
||||||
"set guifontwide=
|
"set guifontwide=
|
||||||
|
|
||||||
" Set standards for GUI
|
" Set standards for GUI
|
||||||
|
Loading…
x
Reference in New Issue
Block a user