]> git.phdru.name Git - phdru.name/phdru.name.git/blobdiff - dotfiles2html/dotfile2html.vim
Call TOhtml instead of sourcing 2html.vim
[phdru.name/phdru.name.git] / dotfiles2html / dotfile2html.vim
index 20795ed1a5a89180c1d4970dc7c360a4934af721..dea3d03fbb7e939e10ed10154d4493fb08023bd9 100644 (file)
@@ -1,15 +1,17 @@
-" Convert the file to HTML
 highlight Constant gui=NONE guifg=NONE guibg=NONE
 highlight Special gui=NONE guibg=NONE
 highlight Normal gui=NONE guifg=NONE guibg=NONE
 highlight Error gui=NONE guifg=NONE guibg=NONE
-runtime syntax/2html.vim
 
+" Convert the file to HTML
+TOhtml
+
+" Remove headers
 normal 1G
-1,/^$/d
+1,/^<body /d
 
 normal Gk
-normal 2dd
+normal 2wlDjdd
 
 write
 quitall