]> git.phdru.name Git - phdru.name/phdru.name.git/blob - dotfiles2html/dotfile2html.vim
Adapted to a new TOhtml format
[phdru.name/phdru.name.git] / dotfiles2html / dotfile2html.vim
1 highlight Constant gui=NONE guifg=NONE guibg=NONE
2 highlight Special gui=NONE guibg=NONE
3 highlight Normal gui=NONE guifg=NONE guibg=NONE
4 highlight Error gui=NONE guifg=NONE guibg=NONE
5
6 " Convert the file to HTML
7 TOhtml
8
9 " Remove headers
10 normal 1G
11 1,/^<body>/d
12
13 /^<\/body>
14 normal 2dd
15
16 write
17 quitall