]> git.phdru.name Git - phdru.name/phdru.name.git/blob - dotfiles2html/dotfile2html.vim
Scripts to (re)build phd.pp.ru site.
[phdru.name/phdru.name.git] / dotfiles2html / dotfile2html.vim
1 " Convert the file to HTML
2 highlight Constant gui=NONE guifg=NONE guibg=NONE
3 highlight Special gui=NONE guibg=NONE
4 highlight Normal gui=NONE guifg=NONE guibg=NONE
5 highlight Error gui=NONE guifg=NONE guibg=NONE
6 runtime syntax/2html.vim
7
8 normal 1G
9 1,/^$/d
10
11 normal Gk
12 normal 2dd
13
14 write
15 quitall