changed runtimepath
git-svn-id: https://vimsuite.svn.sourceforge.net/svnroot/vimsuite/trunk@220 eb2d0018-73a3-4aeb-bfe9-1def61c9ec69
This commit is contained in:
parent
ff6388a275
commit
a12acc20ae
@ -1,11 +1,22 @@
|
||||
" Setzen des Runtimepath, in dem die Vimfiles gesucht werden:
|
||||
let runtimepath_orig = &runtimepath
|
||||
let &runtimepath = ''
|
||||
|
||||
" zuerst in vimsuite suchen
|
||||
let &runtimepath = &runtimepath . ',' . g:vimfiles
|
||||
let &runtimepath = &runtimepath . ',' . g:vimsuite . '/vimfiles'
|
||||
let &runtimepath = &runtimepath . ',' . g:vimsuite . '/vimfiles.latex'
|
||||
let &runtimepath = &runtimepath . ',' . g:vimsuite . '/HTML'
|
||||
let &runtimepath = &runtimepath . ',' . g:vimsuite . '/vimfiles.damos'
|
||||
let &runtimepath = &runtimepath . ',' . g:vimsuite . '/vimfiles.cvim'
|
||||
let &runtimepath = &runtimepath . ',' . g:vimsuite . '/vimfiles.vjde'
|
||||
|
||||
" dann in vim Installation suchen
|
||||
let &runtimepath = &runtimepath . ',' . runtimepath_orig
|
||||
|
||||
" dann in vimsuite/after suchen
|
||||
let &runtimepath = &runtimepath . ',' . g:vimfiles . '/after'
|
||||
let &runtimepath = &runtimepath . ',' . g:vimsuite . '/vimfiles/after'
|
||||
let &runtimepath = &runtimepath . ',' . g:vimsuite . '/vimfiles.latex/after'
|
||||
let &runtimepath = &runtimepath . ',' . g:vimsuite . '/vimfiles.damos/after'
|
||||
let &runtimepath = &runtimepath . ',' . g:vimsuite . '/vimfiles.stefan/after'
|
||||
|
||||
" Laden weiterer Einstellungen:
|
||||
if (has("win32") || has("win64"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user