vim/notreallybundles/ropevim/ropevim.vim @ d6e9fd358013

vim: add pyflakes
author Steve Losh <steve@stevelosh.com>
date Fri, 21 May 2010 14:59:02 -0400
parents 467a001aa0ee
children (none)
function! LoadRope()
python << EOF
import ropevim
EOF
endfunction

call LoadRope()