vim/notreallybundles/ropevim/ropevim.vim @ 181d0ea03b77

vim: setlocal is bad DERP
author Steve Losh <steve@stevelosh.com>
date Thu, 10 Jun 2010 16:50:47 -0400
parents 467a001aa0ee
children (none)
function! LoadRope()
python << EOF
import ropevim
EOF
endfunction

call LoadRope()