Sublime Forum

Doc for save_on_focus_lost is not accurate

#1

The current documentation for save_on_focus_lost is as below:

Set to true to automatically save files when switching to a different file or application

I have tried to type something ( adding / delete some codes ) on the file without switching to a different file or application

It will still automatically save the files because after I close the window with "hot_exit": "disabled", the changes are saved and there is no prompt for warning to save the file.

0 Likes

#2

Files are closed when ST quits, as such it’s switching files (focus is lost) and the file is saved.

0 Likes