mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
NSFileManager only provide a move function which fails with “file exists” if we make case changes on a case-insensitive file system, therefor we now explicitly test for that error and use <x-man-page://2/rename> if the source and destination refer to the same file, but the path differ. Fixes #769.