vim/notreallybundles/ropevim/ropevim.vim @ 8c36821d14d5

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

call LoadRope()