]> git.phdru.name Git - phdru.name/phdru.name.git/blob - dotfiles2html/dotfile2html.vim
Show esc char as text.
[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 syntax on
8 runtime syntax/2html.vim
9
10 normal 1G
11 1,/^$/d
12
13 normal Gk
14 normal 2dd
15
16 write
17 quitall