• Handle missing edge case. If the current file was named but not yet saved (eg. created with mate or New File) save_current_document would throw an error trying to read a non-existent file. Now we touch the file unless the path exists or is not writable. We can then fall through to the original case handling.
Changed: U trunk/Support/lib/tm/save_current_document.rb _______________________________________________ textmate-dev mailing list [email protected] http://lists.macromates.com/listinfo/textmate-dev
