vi is my editor of choice when I need to do some quick editing.
When vi edits a file, it will usally create a swp file for recovery purpose. Usually it causes no problem.
But apparently octopress does not work when there is temporry file in the post directory. Rake will emit
1 2 | |
and then bailed.
I added
1
| |
to my .vimrc. Hopefully it will prevent this problem from happening again.