Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
delete the html file after
  • Loading branch information
jtimberman committed Apr 1, 2010
1 parent 1b879ef commit 8ae50bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ftplugin/mkd.vim
Expand Up @@ -12,6 +12,8 @@ ruby << EOF
f.write(BlueCloth.new(t).to_html)
end
system("open #{html_file}")
sleep 3
File.delete(html_file)
EOF

endfunction
Expand Down

0 comments on commit 8ae50bd

Please sign in to comment.