Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c33ec6c

Browse files
committed
open vim-ipython window on send, closes #36
1 parent 9de01a8 commit c33ec6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ftplugin/python/ipy.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ def with_subchannel(f,*args):
448448
try:
449449
f(*args)
450450
if monitor_subchannel:
451-
update_subchannel_msgs()
451+
update_subchannel_msgs(force=True)
452452
except AttributeError: #if kc is None
453453
echo("not connected to IPython", 'Error')
454454
return f_with_update

0 commit comments

Comments
 (0)