vim/notreallybundles/ropevim/ropevim.vim @ 985b6818cbfa

Merge.
author Steve Losh <steve@stevelosh.com>
date Wed, 16 Jun 2010 21:39:31 -0400
parents 467a001aa0ee
children (none)
function! LoadRope()
python << EOF
import ropevim
EOF
endfunction

call LoadRope()