vim/notreallybundles/ropevim/ropevim.vim @ 699a49458547

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

call LoadRope()