mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-08 11:33:48 -05:00
Vim does not check the existence of its temp directory when generating file names with tempname(). Therefore if, for some reason, the temp directory gets deleted, Vim will continue to generate paths for file names inside the directory. Writes to these file paths will fail (E482). See #746, #433, #190, #147.