vim/notreallybundles/ropevim/ropevim.vim @ a968628ad413

vim: add <leader>N
author Steve Losh <steve@stevelosh.com>
date Sun, 20 Jun 2010 14:08:49 -0400
parents 467a001aa0ee
children (none)
function! LoadRope()
python << EOF
import ropevim
EOF
endfunction

call LoadRope()