17 | let curl_cmd = '!curl -s https://raw.githubusercontent.com/github/gitignore/master/'.a:lang.'.gitignore'
18 | let content = execute(curl_cmd)
19 | let lines_but_cmd = split(content, '\n')[2:]
@username
を付けます 68 | syntax enable " 構文配色を有効にする
95 | autocmd BufNewFile,BufRead *.md setlocal commentstring=\ <!--\ %s\ -->
96 | autocmd BufNewFile,BufRead *.launch setlocal commentstring=\ <!--\ %s\ -->
97 | au BufNewFile,BufRead *.thtml set filetype=php
98 | au BufNewFile,BufRead *.ctp set filetype=php