Skip to content

Commit 6fd6f5e

Browse files
committed
visual feedback on vim-ipython shell update
1 parent e6ee9ee commit 6fd6f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ftplugin/python/ipy.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ map <silent> <F5> :python run_this_file()<CR>
351351
map <silent> <S-F5> :python run_this_line()<CR>
352352
map <silent> <F9> :python run_these_lines()<CR>
353353
map <silent> <leader>d :py get_doc_buffer()<CR>
354-
map <silent> <leader>s :py update_subchannel_msgs()<CR>
354+
map <silent> <leader>s :py update_subchannel_msgs(); echo("vim-ipython shell updated",'Operator')<CR>
355355
map <silent> <S-F9> :python toggle_reselect()<CR>
356356
"map <silent> <C-F6> :python send('%pdb')<CR>
357357
"map <silent> <F6> :python set_breakpoint()<CR>

0 commit comments

Comments
 (0)