vim/notreallybundles/ropevim/ropevim.vim @ beeff917055e

vim: remove conque after all
author Steve Losh <steve@stevelosh.com>
date Tue, 29 Jun 2010 13:45:02 -0400
parents 467a001aa0ee
children (none)
function! LoadRope()
python << EOF
import ropevim
EOF
endfunction

call LoadRope()