vim/notreallybundles/ropevim/ropevim.vim @ 5f3830323b7a

vim: clean whitespace
author Steve Losh <steve@stevelosh.com>
date Fri, 28 May 2010 11:41:11 -0400
parents 467a001aa0ee
children (none)
function! LoadRope()
python << EOF
import ropevim
EOF
endfunction

call LoadRope()