vim/notreallybundles/ropevim/ropevim.vim @ 24c78d478e36

vim: a ton of stuff
author Steve Losh <steve@stevelosh.com>
date Wed, 09 Jun 2010 17:00:10 -0400
parents 467a001aa0ee
children (none)
function! LoadRope()
python << EOF
import ropevim
EOF
endfunction

call LoadRope()