From 972c51bec02d8b087a8917a0e15ba7334291067e Mon Sep 17 00:00:00 2001 From: locojay Date: Tue, 5 Feb 2013 21:25:25 -0500 Subject: [PATCH] ipythonshell command --- vimrc | 7 +++++++ 1 file changed, 7 insertions(+) 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" + " }}}