vim/notreallybundles/ropevim/ropevim.vim @ 6bd31aa2672a

vim: yep, sure haven't committed in a while'
author Steve Losh <steve@stevelosh.com>
date Sun, 11 Jul 2010 01:35:46 -0400
parents 467a001aa0ee
children (none)
function! LoadRope()
python << EOF
import ropevim
EOF
endfunction

call LoadRope()