vim/sadness/ropevim/src/ropevim/ropevim.vim @ 48cacfdc2ca6

vim: add ropevim
author Steve Losh <steve@stevelosh.com>
date Wed, 06 Oct 2010 12:30:46 -0400
parents (none)
children (none)
function! LoadRope()
python << EOF
import ropevim
EOF
endfunction

call LoadRope()