]> git.phdru.name Git - phdru.name/phdru.name.git/blobdiff - dotfiles2html/dotfile2html.vim
TODO: проставить в блоге ссылки на пред./след. посты
[phdru.name/phdru.name.git] / dotfiles2html / dotfile2html.vim
index 03c01bc314c0adc58efdbdaf1caf49027ebe0afd..81fd6453e9373e5b6c3641c5424af71a72f0ab01 100644 (file)
@@ -1,16 +1,20 @@
-" 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,/^<body /d
+1,/^<style/-1d
+
+/^<\/style>/+1
+normal 2dd
 
-normal Gk
-normal 2wlDjdd
+/^<\/body>
+normal 2dd
 
 write
 quitall