海野秀之(うんのひでゆき)の外部記憶
Twitter (twilog) / RSS / アンテナ / ぶくま
$ cat bin/syntax_print_html.sh #!/bin/sh gvim -n -c "let g:use_xhtml = 1" -c "let g:html_use_css = 1" -c "let g:html_number_lines = 1" -c ":runtime! syntax/2html.vim" -c ":wqa" $1