vim/notreallybundles/ropevim/ropevim.vim @ 2ffdbbd7baa1

vim: Fix BufExplorer mapping.
author Steve Losh <steve@stevelosh.com>
date Wed, 26 May 2010 12:25:16 -0400
parents 467a001aa0ee
children (none)
function! LoadRope()
python << EOF
import ropevim
EOF
endfunction

call LoadRope()