mirror of
https://github.com/neovim/neovim.git
synced 2025-11-26 20:20:42 +00:00
Problem: test: undofile left behind
Solution: cleanup undofile
fix: tmp file not deleted when running make test_undo
Temporary file `.Xtestfile.txt.un~` was left running `make test_undo`
and vim was configured with:
```
./configure --with-features=normal --enable-gui=no --enable-terminal
```
closes: vim/vim#13304
b07b9dc4da
Co-authored-by: Dominique Pellé <dominique.pelle@tomtom.com>