Skip to content

Commit

Permalink
ipythonshell command
Browse files Browse the repository at this point in the history
  • Loading branch information
locojay committed Feb 6, 2013
1 parent 9d50513 commit 972c51b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,11 @@ let g:ipy_perform_mappings = 0
autocmd FileType python map<silent>K :py get_doc_buffer()<CR>
autocmd FileType python map<silent><C-i> :python run_this_line()<CR>
autocmd FileType python vmap <silent> <C-i> :python run_these_lines()<CR>
function! IPythonShell()
:py if update_subchannel_msgs(force=True): echo("vim-ipython shell updated",'Operator')
endfunction

command! IPythonShell call IPythonShell()


"make green plugin
Expand Down Expand Up @@ -991,6 +996,8 @@ Bundle "derekwyatt/vim-scala"

Bundle "AndrewRadev/linediff.vim"

Bundle "goldfeld/vim-seek"


" }}}

Expand Down

0 comments on commit 972c51b

Please sign in to comment.