vim/notreallybundles/ropevim/ropevim.vim @ 5e58b794e720

hg: add kaleidoscope to extdiff
author Steve Losh <steve@dwaiter.com>
date Tue, 01 Jun 2010 11:11:44 -0400
parents 467a001aa0ee
children (none)
function! LoadRope()
python << EOF
import ropevim
EOF
endfunction

call LoadRope()