]> git.phdru.name Git - phdru.name/phdru.name.git/blobdiff - dotfiles2html/dotfile2html.vim
Refactor(dotfiles2html): Fix import
[phdru.name/phdru.name.git] / dotfiles2html / dotfile2html.vim
index dea3d03fbb7e939e10ed10154d4493fb08023bd9..81fd6453e9373e5b6c3641c5424af71a72f0ab01 100644 (file)
@@ -8,10 +8,13 @@ TOhtml
 
 " Remove headers
 normal 1G
-1,/^<body /d
+1,/^<style/-1d
 
-normal Gk
-normal 2wlDjdd
+/^<\/style>/+1
+normal 2dd
+
+/^<\/body>
+normal 2dd
 
 write
 quitall