vim/notreallybundles/ropevim/ropevim.vim @ f185b5f027d4

hg: add transplant
author Steve Losh <steve@stevelosh.com>
date Sun, 16 May 2010 17:06:33 -0400
parents 467a001aa0ee
children (none)
function! LoadRope()
python << EOF
import ropevim
EOF
endfunction

call LoadRope()