]> git.phdru.name Git - phdru.name/phdru.name.git/blob - dotfiles2html/dotfile2html.vim
Publish .bashrc.
[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
7 runtime syntax/2html.vim
8
9 normal 1G
10 1,/^<body /d
11
12 normal Gk
13 normal 2wlDjdd
14
15 write
16 quitall