chriskempson / tomorrow-theme

Tomorrow Theme
Other
13.73k stars 3.17k forks source link

Fix registry key space encoding #307

Closed SabreCat closed 9 years ago

SabreCat commented 9 years ago

The unescaped space in the registry key name for "Tomorrow Night" in PuTTY caused unexpected behavior. The theme would load, but attempting to save any additional settings the user needed to change (e.g. adding a SSH key file) would spawn a new settings entry with default colors. This commit changes the space character to %20, which shows up correctly as a space and allows the imported settings to be edited and saved as expected.

SabreCat commented 9 years ago

Whoops, looks like #306 has this covered already. Closing.