vim/notreallybundles/ropevim/ropevim.vim @ 277d21e97a02

vim: use space for folding
author Steve Losh <steve@dwaiter.com>
date Mon, 12 Jul 2010 16:32:55 -0400
parents 467a001aa0ee
children (none)
function! LoadRope()
python << EOF
import ropevim
EOF
endfunction

call LoadRope()