From 972c51bec02d8b087a8917a0e15ba7334291067e Mon Sep 17 00:00:00 2001 From: locojay Date: Tue, 5 Feb 2013 21:25:25 -0500 Subject: [PATCH 1/2] 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" + " }}} From 3e002631fc12dc4170fe038da8aa828d42e49207 Mon Sep 17 00:00:00 2001 From: locojay Date: Tue, 5 Feb 2013 21:33:00 -0500 Subject: [PATCH 2/2] cleanup --- vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vimrc b/vimrc index e1f8f10..9780f9b 100755 --- a/vimrc +++ b/vimrc @@ -815,8 +815,8 @@ au FileType scons setlocal commentstring=#\ %s if executable("tmux") "Bundle 'vim-scripts/Screen-vim---gnu-screentmux' Bundle 'xaviershay/tslime.vim.git' - Bundle 'acustodioo/vim-tmux' - Bundle 'benmills/vimux' + " Bundle 'acustodioo/vim-tmux' + " Bundle 'benmills/vimux' "change pane number at runtime by setting