vim/notreallybundles/ropevim/ropevim.vim @ 59ffcd8c73da

Merge.
author Steve Losh <steve@stevelosh.com>
date Thu, 17 Jun 2010 11:02:58 -0400
parents 467a001aa0ee
children (none)
function! LoadRope()
python << EOF
import ropevim
EOF
endfunction

call LoadRope()