vim/notreallybundles/ropevim/ropevim.vim @ bb021bee63bf

Fix case collision.
author Steve Losh <steve@stevelosh.com>
date Mon, 17 May 2010 09:16:32 -0400
parents 467a001aa0ee
children (none)
function! LoadRope()
python << EOF
import ropevim
EOF
endfunction

call LoadRope()