Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82cae40 commit 50023dbCopy full SHA for 50023db
1 file changed
ftplugin/python/ipy.vim
@@ -20,6 +20,7 @@
20
"
21
if !has('python')
22
" exit if python is not available.
23
+ " XXX: raise an error message here
24
finish
25
endif
26
0 commit comments