vim/notreallybundles/ropevim/ropevim.vim @ 3d58f115f6b4

vim: start using arpeggio
author Steve Losh <steve@dwaiter.com>
date Mon, 12 Jul 2010 10:34:58 -0400
parents 467a001aa0ee
children (none)
function! LoadRope()
python << EOF
import ropevim
EOF
endfunction

call LoadRope()