vim/notreallybundles/ropevim/ropevim.vim @ 77749e99ec4a

vim: add <leader>v
author Steve Losh <steve@stevelosh.com>
date Sat, 12 Jun 2010 14:27:52 -0400
parents 467a001aa0ee
children (none)
function! LoadRope()
python << EOF
import ropevim
EOF
endfunction

call LoadRope()