]> git.phdru.name Git - phdru.name/phdru.name.git/blobdiff - dotfiles2html/dotfile2html.vim
Adapted to HTML generated by vim 7.1.
[phdru.name/phdru.name.git] / dotfiles2html / dotfile2html.vim
index e0dca0a3008c32f26cc5ba8359d474ee6a9a66ae..03c01bc314c0adc58efdbdaf1caf49027ebe0afd 100644 (file)
@@ -4,14 +4,13 @@ highlight Special gui=NONE guibg=NONE
 highlight Normal gui=NONE guifg=NONE guibg=NONE
 highlight Error gui=NONE guifg=NONE guibg=NONE
 
-syntax on
 runtime syntax/2html.vim
 
 normal 1G
-1,/^$/d
+1,/^<body /d
 
 normal Gk
-normal 2dd
+normal 2wlDjdd
 
 write
 quitall