vim/notreallybundles/ropevim/ropevim.vim @ a4a20a2f7455

vim: add <leader>q for formatting
author Steve Losh <steve@stevelosh.com>
date Thu, 10 Jun 2010 19:32:07 -0400
parents 467a001aa0ee
children (none)
function! LoadRope()
python << EOF
import ropevim
EOF
endfunction

call LoadRope()