]> git.phdru.name Git - phdru.name/phdru.name.git/blob - dotfiles2html/dotfile2html.vim
Fix(phd.py): Change URL for Lurk
[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,/^<style/-1d
12
13 /^<\/style>/+1
14 normal 2dd
15
16 /^<\/body>
17 normal 2dd
18
19 write
20 quitall