Sha256: 57c5a10ac7e87f1bf8346c2b4cb2eac87f2cf321fdf61059605141929053a276
Contents?: true
Size: 351 Bytes
Versions: 39
Compression:
Stored size: 351 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 <%= vimscript_file %> endfunc command! -bar -nargs=0 Soywiki :call Soywiki()
Version data entries
39 entries across 39 versions & 1 rubygems