vim/notreallybundles/ropevim/ropevim.vim @ 5f97670ae79b

mercurial: add hg-review as an extension
author Steve Losh <steve@stevelosh.com>
date Mon, 19 Jul 2010 21:59:09 -0400
parents 467a001aa0ee
children (none)
function! LoadRope()
python << EOF
import ropevim
EOF
endfunction

call LoadRope()