vim/notreallybundles/ropevim/ropevim.vim @ 2f93a524001b

vim: make sparkup less dumb
author Steve Losh <steve@stevelosh.com>
date Mon, 19 Jul 2010 22:00:25 -0400
parents 467a001aa0ee
children (none)
function! LoadRope()
python << EOF
import ropevim
EOF
endfunction

call LoadRope()