Skip to content

Commit

Permalink
Merging for 20170525201950.
Browse files Browse the repository at this point in the history
  • Loading branch information
headmelted committed May 25, 2017
2 parents cd62fde + 92be0f0 commit be09e13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class ExpandAbbreviationAction extends BasicEmmetEditorAction {
EditorContextKeys.hasSingleSelection,
EditorContextKeys.tabDoesNotMoveFocus,
ContextKeyExpr.has('config.emmet.triggerExpansionOnTab'),
ContextKeyExpr.not('config.emmet.suggestExpandedAbbreviation')
ContextKeyExpr.not('config.emmet.useModules')
)
}
);
Expand Down

0 comments on commit be09e13

Please sign in to comment.