vim/notreallybundles/ropevim/ropevim.vim @ b1079744e297

vim: use .ctagsignore
author Steve Losh <steve@stevelosh.com>
date Fri, 11 Jun 2010 16:07:41 -0400
parents 467a001aa0ee
children (none)
function! LoadRope()
python << EOF
import ropevim
EOF
endfunction

call LoadRope()