vim/notreallybundles/ropevim/ropevim.vim @ e261bb2a24e2

A bunch of stuff.
author Steve Losh <steve@stevelosh.com>
date Tue, 08 Jun 2010 00:47:33 -0400
parents 467a001aa0ee
children (none)
function! LoadRope()
python << EOF
import ropevim
EOF
endfunction

call LoadRope()