Sha256: 4b2f9548ca87927b64b00162088b1d2a779ce3e2b82cdb531e2755f3a608412e
Contents?: true
Size: 403 Bytes
Versions: 17
Compression:
Stored size: 403 Bytes
Contents
" Vim script that turns Vim into a personal wiki " Maintainer: Daniel Choi <dhchoi@gmail.com> " License: MIT License (c) 2011 Daniel Choi if exists("g:SoyWikiStarterLoaded") || &cp || version < 700 finish endif let g:SoyWikiStarterLoaded = 1 func! Soywiki() source /Users/misha/.rvm/gems/ruby-1.9.2-p136/gems/soywiki-0.7.2/lib/soywiki.vim endfunc command! -bar -nargs=0 Soywiki :call Soywiki()
Version data entries
17 entries across 17 versions & 1 rubygems