Skip to content

Instantly share code, notes, and snippets.

@mattn
Last active December 11, 2016 03:33
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattn/024807278b2d1884d2bc7f1521d4bc4f to your computer and use it in GitHub Desktop.
Save mattn/024807278b2d1884d2bc7f1521d4bc4f to your computer and use it in GitHub Desktop.
Windows ユーザ向け、vimrc 読書会スターターキット
@echo off
setlocal
set URL=http://vim-jp.org/reading-vimrc/json/next.json
rundll32.exe url.dll,FileProtocolHandler https://gitter.im/vim-jp/reading-vimrc
for /f %%i in ('curl -s %URL% ^| jq -r .[].vimrcs[].url') do (
rundll32.exe url.dll,FileProtocolHandler %%i
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment