vim/notreallybundles/ropevim/ropevim.vim @ 60a5c951165a

guts: lots
author Steve Losh <steve@stevelosh.com>
date Tue, 20 Jul 2010 16:29:42 -0400
parents 467a001aa0ee
children (none)
function! LoadRope()
python << EOF
import ropevim
EOF
endfunction

call LoadRope()