+1

Bug in settings.has

Fredrik Ehnbom 12 years ago updated 12 years ago 0
For the SublimeClang plugin I had a list in the settings. If the list only exists in SublimeClang/SublimeClang.sublime-settings, the plugin api Settings.has returns false, but Settings.get still returns the list as specified in that path.

If the list is in the user settings, has returns true as expected.