vim/notreallybundles/ropevim/ropevim.vim @ c18c81c8b262

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

call LoadRope()