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:
parent
d659d21de2
commit
f029fbcf8b
@ -14,6 +14,10 @@
|
|||||||
" Initialization code
|
" Initialization code
|
||||||
"
|
"
|
||||||
"
|
"
|
||||||
|
if !has('python')
|
||||||
|
map <buffer> <silent> <F5> :echoerr 'No python -> no debugger ...'<CR>
|
||||||
|
finish
|
||||||
|
endif
|
||||||
|
|
||||||
let current_dir = expand("<sfile>:h")
|
let current_dir = expand("<sfile>:h")
|
||||||
python import sys
|
python import sys
|
||||||
|
Loading…
x
Reference in New Issue
Block a user