mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Changing default bundle item settings could fail
The cache would not include changes to settings keys from delta bundles.
This commit is contained in:
@@ -484,7 +484,7 @@ namespace bundles
|
||||
plist::dictionary_t res;
|
||||
citerate(pair, plist)
|
||||
{
|
||||
if(DesiredKeys.find(pair->first) == DesiredKeys.end())
|
||||
if(DesiredKeys.find(pair->first) == DesiredKeys.end() && pair->first.find(kFieldSettingName) != 0)
|
||||
continue;
|
||||
|
||||
if(pair->first == kFieldSettingName)
|
||||
|
||||
Reference in New Issue
Block a user