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.
2 parents 7e948b1 + 774e341 commit ff95771Copy full SHA for ff95771
1 file changed
ftplugin/python/ipy.vim
@@ -431,8 +431,8 @@ def with_subchannel(f,*args):
431
432
@with_subchannel
433
def run_this_file():
434
- msg_id = send('run %s %s' % (run_flags, repr(vim.current.buffer.name),))
435
- print_prompt("In[]: run %s %s" % (run_flags, repr(vim.current.buffer.name)),msg_id)
+ msg_id = send('%%run %s %s' % (run_flags, repr(vim.current.buffer.name),))
+ print_prompt("In[]: %%run %s %s" % (run_flags, repr(vim.current.buffer.name)),msg_id)
436
437
438
def run_this_line():
0 commit comments