Sha256: a97d2272cc7bb8df2a4a32b39f0d3c4680cdc76a167fa75c8f57a73c06a27d7b
Contents?: true
Size: 352 Bytes
Versions: 3
Compression:
Stored size: 352 Bytes
Contents
" SpacklePlugin Load a quickfix file via the Vim remote interface " URL: http://github.com/rleemorlang/spackle " " if &cp || (exists("g:loaded_spackle") && g:loaded_spackle) finish endif let g:loaded_spackle = 1 function! LoadSpackleQuickfix(path) execute "cgetfile " a:path echon "Loaded quickfix from '" a:path "'" cw endfunction
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
spackle-0.0.3 | support/vim/spackle.vim |
spackle-0.0.2 | support/vim/spackle.vim |
spackle-0.0.1 | support/vim/spackle.vim |