vim/notreallybundles/ropevim/ropevim.vim @ d3386c18b808

vim: CSS/Less stuff
author Steve Losh <steve@stevelosh.com>
date Tue, 18 May 2010 11:17:28 -0400
parents 467a001aa0ee
children (none)
function! LoadRope()
python << EOF
import ropevim
EOF
endfunction

call LoadRope()