vim/notreallybundles/ropevim/ropevim.vim @ ea091282656c

vim: laststatus and nosetets
author Steve Losh <steve@stevelosh.com>
date Fri, 11 Jun 2010 22:39:46 -0400
parents 467a001aa0ee
children (none)
function! LoadRope()
python << EOF
import ropevim
EOF
endfunction

call LoadRope()