vim/notreallybundles/ropevim/ropevim.vim @ 77915b6f0ed8

git: fix gl and gll aliases
author Steve Losh <steve@dwaiter.com>
date Mon, 12 Jul 2010 00:32:25 -0400
parents 467a001aa0ee
children (none)
function! LoadRope()
python << EOF
import ropevim
EOF
endfunction

call LoadRope()