]> git.phdru.name Git - phdru.name/phdru.name.git/blobdiff - dotfiles2html/dotfile2html.vim
Adapted to a new TOhtml format
[phdru.name/phdru.name.git] / dotfiles2html / dotfile2html.vim
index dea3d03fbb7e939e10ed10154d4493fb08023bd9..286a489bc474558b3bc74fecd8fa19819249ddd4 100644 (file)
@@ -8,10 +8,10 @@ TOhtml
 
 " Remove headers
 normal 1G
-1,/^<body /d
+1,/^<body>/d
 
-normal Gk
-normal 2wlDjdd
+/^<\/body>
+normal 2dd
 
 write
 quitall