vim/notreallybundles/ropevim/ropevim.vim @ 196cb78c5356

ack: smartcase by default, please
author Steve Losh <steve@stevelosh.com>
date Fri, 11 Jun 2010 16:07:36 -0400
parents 467a001aa0ee
children (none)
function! LoadRope()
python << EOF
import ropevim
EOF
endfunction

call LoadRope()