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:
alterdepp 2011-05-31 14:38:16 +00:00
parent 6716a22df1
commit ff1b9f62c7
5 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ endif
" Jetzt sollte es eigentlich gehen " Jetzt sollte es eigentlich gehen
if !has('python') if !has('python')
echo 'kein Python-Modul für vim' echoe 'kein Python-Modul für vim'
finish finish
endif endif

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -5,7 +5,7 @@ let g:backupdir = expand($TEMP . '/vi')
let g:swapdir = expand($TEMP . '/vi') let g:swapdir = expand($TEMP . '/vi')
let g:gvim = expand($VIMRUNTIME . '/gvim.exe ') 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:diff = expand($VIMRUNTIME . '/diff ')
let g:svn = expand('svn ') let g:svn = expand('svn ')
let g:cvs = expand('cvs ') let g:cvs = expand('cvs ')