vim/notreallybundles/ropevim/ropevim.vim @ ba4c6ac21f0a

zsh: remove the damn colfm source line
author Steve Losh <steve@stevelosh.com>
date Sun, 16 May 2010 12:22:52 -0400
parents 467a001aa0ee
children (none)
function! LoadRope()
python << EOF
import ropevim
EOF
endfunction

call LoadRope()