akalongman / sublimetext-autobackups

Sublime Text 2/3 Auto backups plugin
MIT License
71 stars 22 forks source link

Fixed OSX case sensitivity bug #7

Closed martinskou closed 11 years ago

martinskou commented 11 years ago

Autobackups.py uses sublime.platform().title() to get platform string. Filenames should match the casing returned by the title() method.