No VimPdb if no python

git-svn-id: https://vimsuite.svn.sourceforge.net/svnroot/vimsuite/trunk@157 eb2d0018-73a3-4aeb-bfe9-1def61c9ec69
This commit is contained in:
stefan 2008-04-02 09:22:05 +00:00
parent d659d21de2
commit f029fbcf8b

View File

@ -14,6 +14,10 @@
" Initialization code
"
"
if !has('python')
map <buffer> <silent> <F5> :echoerr 'No python -> no debugger ...'<CR>
finish
endif
let current_dir = expand("<sfile>:h")
python import sys