Python 2.7 support
git-svn-id: https://vimsuite.svn.sourceforge.net/svnroot/vimsuite/trunk@203 eb2d0018-73a3-4aeb-bfe9-1def61c9ec69
This commit is contained in:
parent
6716a22df1
commit
ff1b9f62c7
@ -49,7 +49,7 @@ endif
|
||||
|
||||
" Jetzt sollte es eigentlich gehen
|
||||
if !has('python')
|
||||
echo 'kein Python-Modul für vim'
|
||||
echoe 'kein Python-Modul für vim'
|
||||
finish
|
||||
endif
|
||||
|
||||
|
Binary file not shown.
Binary file not shown.
BIN
vimfiles.stefan/tools/python27.dll
Normal file
BIN
vimfiles.stefan/tools/python27.dll
Normal file
Binary file not shown.
@ -5,7 +5,7 @@ let g:backupdir = expand($TEMP . '/vi')
|
||||
let g:swapdir = expand($TEMP . '/vi')
|
||||
|
||||
let g:gvim = expand($VIMRUNTIME . '/gvim.exe ')
|
||||
let g:pythonPath = expand('d:/wa/tools/python/2.6.3')
|
||||
let g:pythonPath = expand('d:/wa/tools/python/2.7.1')
|
||||
let g:diff = expand($VIMRUNTIME . '/diff ')
|
||||
let g:svn = expand('svn ')
|
||||
let g:cvs = expand('cvs ')
|
||||
|
Loading…
x
Reference in New Issue
Block a user