vim/notreallybundles/ropevim/ropevim.vim @ e4d2a797c434

pianobar: do not scrobble
author Steve Losh <steve@stevelosh.com>
date Wed, 19 May 2010 10:56:43 -0400
parents 467a001aa0ee
children (none)
function! LoadRope()
python << EOF
import ropevim
EOF
endfunction

call LoadRope()