]> git.phdru.name Git - phdru.name/phdru.name.git/blobdiff - dotfiles2html/dotfile2html.vim
Removed.
[phdru.name/phdru.name.git] / dotfiles2html / dotfile2html.vim
index 20795ed1a5a89180c1d4970dc7c360a4934af721..03c01bc314c0adc58efdbdaf1caf49027ebe0afd 100644 (file)
@@ -3,13 +3,14 @@ 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
 
 normal 1G
-1,/^$/d
+1,/^<body /d
 
 normal Gk
-normal 2dd
+normal 2wlDjdd
 
 write
 quitall