vimrc読書会 http://vim-jp.org/reading-vimrc/
@username
15 | " vim: set ts=2 sw=2 et :
19 | " Safety {{{ 20 | 21 | if !has('unix') && has('macunix') 22 | echo 'huh?' 23 | silent! quitall! 24 | endif 25 | 26 | " }}}
-*- coding: utf-8 -*-