vim/notreallybundles/ropevim/ropevim.vim @ df590aa46d81

vim: add some mappings
author Steve Losh <steve@stevelosh.com>
date Sun, 16 May 2010 17:06:47 -0400
parents 467a001aa0ee
children (none)
function! LoadRope()
python << EOF
import ropevim
EOF
endfunction

call LoadRope()