win64 unterstützt
git-svn-id: https://vimsuite.svn.sourceforge.net/svnroot/vimsuite/trunk@218 eb2d0018-73a3-4aeb-bfe9-1def61c9ec69
This commit is contained in:
parent
9525236c40
commit
a2a9daa90b
@ -8,7 +8,7 @@ let &runtimepath = &runtimepath . ',' . g:vimsuite . '/vimfiles.cvim'
|
||||
let &runtimepath = &runtimepath . ',' . g:vimsuite . '/vimfiles.vjde'
|
||||
|
||||
" Laden weiterer Einstellungen:
|
||||
if has("win32")
|
||||
if (has("win32") || has("win64"))
|
||||
let g:os ='dos'
|
||||
execute 'source ' . expand(g:vimfiles . '/vimrc.dos')
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user