Vimdown
Vimdown copied to clipboard
Eliminate my vimrc
I was following your guide in readme and after
vimdown infile > outfile
did something like
vimdown -c -t -o ~/.vimrc vimrc.html
which cleared my vimrc file.
Which is totally my mistake, but
maybe it would be good to check if input vimrc file exists before clearing output file ?
Good idea.
I need to remember to add a unittest for that scenario, so I'm writing it here.