vim/notreallybundles/ropevim/ropevim.vim @ 52be542a43c1

vim: add custom foldtext
author Steve Losh <steve@dwaiter.com>
date Thu, 10 Jun 2010 14:25:12 -0400
parents 467a001aa0ee
children (none)
function! LoadRope()
python << EOF
import ropevim
EOF
endfunction

call LoadRope()