vim/notreallybundles/ropevim/ropevim.vim @ da49bac8587e

vim: pylint
author Steve Losh <steve@dwaiter.com>
date Fri, 21 May 2010 15:16:57 -0400
parents 467a001aa0ee
children (none)
function! LoadRope()
python << EOF
import ropevim
EOF
endfunction

call LoadRope()