vim/notreallybundles/ropevim/ropevim.vim @ 971a80a9a499

vim: start gundo
author Steve Losh <steve@stevelosh.com>
date Fri, 11 Jun 2010 01:49:38 -0400
parents 467a001aa0ee
children (none)
function! LoadRope()
python << EOF
import ropevim
EOF
endfunction

call LoadRope()