vim/notreallybundles/ropevim/ropevim.vim @ 7ee2661d5bd8

Merge.
author Steve Losh <steve@stevelosh.com>
date Thu, 10 Jun 2010 17:53:17 -0400
parents 467a001aa0ee
children (none)
function! LoadRope()
python << EOF
import ropevim
EOF
endfunction

call LoadRope()