vim/notreallybundles/ropevim/ropevim.vim @ 21d16bafb00b

git: add Kaleidoscope as a difftool
author Steve Losh <steve@dwaiter.com>
date Fri, 25 Jun 2010 15:07:22 -0400
parents 467a001aa0ee
children (none)
function! LoadRope()
python << EOF
import ropevim
EOF
endfunction

call LoadRope()