You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi it seems that running the file by pressing F5 fail because the filename is put into simple quote by using repr . Note: This only works with IPython 4.2 and lower. This can be fixed by changing function run_this_file from ftpplugin/python/vim_ipython.py as follow:
Hi it seems that running the file by pressing F5 fail because the filename is put into simple quote by using
repr
. Note: This only works with IPython 4.2 and lower. This can be fixed by changing functionrun_this_file
from ftpplugin/python/vim_ipython.py as follow:So mainly removing the repr and adding double quotes arount the
%s
The text was updated successfully, but these errors were encountered: