We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 443e26b + 4236607 commit 7b9528cCopy full SHA for 7b9528c
ftplugin/python/ipy.vim
@@ -16,6 +16,10 @@
16
" (or :IPythonXSelection if you're using X11 without having to copy)
17
"
18
" written by Paul Ivanov (http://pirsquared.org)
19
+if !has('python')
20
+ " exit if python is not available.
21
+ finish
22
+endif
23
python << EOF
24
reselect = False # reselect lines after sending from Visual mode
25
show_execution_count = True # wait to get numbers for In[43]: feedback?
0 commit comments