vim/notreallybundles/ropevim/ropevim.vim @ 22a55caedce5

vim: another esc arpeggio
author Steve Losh <steve@stevelosh.com>
date Mon, 12 Jul 2010 16:34:29 -0400
parents 467a001aa0ee
children (none)
function! LoadRope()
python << EOF
import ropevim
EOF
endfunction

call LoadRope()