Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This reverts "Use fresh temp files for every diff" [1]. At the time I did not realise that Vim never checks the existence of its temp directory after creating it at startup; I thought that each call to tempname() generated a fresh file on disk. In fact tempname() simply generates a string path. Therefore there is no point calling tempname() for every diff. Doing so only serves to generate more files in the temp directory than necessary. [1] dab840b
- Loading branch information