diff --git a/vimrc b/vimrc index 9e2d21b..e1f8f10 100755 --- a/vimrc +++ b/vimrc @@ -448,6 +448,11 @@ let g:ipy_perform_mappings = 0 autocmd FileType python mapK :py get_doc_buffer() autocmd FileType python map :python run_this_line() autocmd FileType python vmap :python run_these_lines() +function! IPythonShell() + :py if update_subchannel_msgs(force=True): echo("vim-ipython shell updated",'Operator') +endfunction + +command! IPythonShell call IPythonShell() "make green plugin @@ -991,6 +996,8 @@ Bundle "derekwyatt/vim-scala" Bundle "AndrewRadev/linediff.vim" +Bundle "goldfeld/vim-seek" + " }}}