]> git.phdru.name Git - phdru.name/phdru.name.git/commitdiff
Adapted to a new TOhtml format
authorOleg Broytman <phd@phdru.name>
Wed, 16 Jan 2013 07:01:08 +0000 (07:01 +0000)
committerOleg Broytman <phd@phdru.name>
Wed, 16 Jan 2013 07:01:08 +0000 (07:01 +0000)
git-svn-id: file:///home/phd/archive/SVN/phdru.name/scripts@143 7bb0bf08-9e0d-0410-b083-99cee3bf18b8

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