aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts
diff options
context:
space:
mode:
authorStephen Blott2014-10-27 17:18:20 +0000
committerStephen Blott2014-10-27 17:18:20 +0000
commitdc3379f0c193cc375a1b346be8756c031d943e87 (patch)
treeeec2d51739945dae58f36aa0e45496f3d80dccfc /background_scripts
parentd2f8e72f7211da1957875a160782c06ecd47d3e4 (diff)
downloadvimium-dc3379f0c193cc375a1b346be8756c031d943e87.tar.bz2
Ensure advanced commands are in command groups.
Diffstat (limited to 'background_scripts')
-rw-r--r--background_scripts/commands.coffee1
1 files changed, 1 insertions, 0 deletions
diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee
index 0ade35ec..10fa323b 100644
--- a/background_scripts/commands.coffee
+++ b/background_scripts/commands.coffee
@@ -117,6 +117,7 @@ Commands =
"LinkHints.activateModeToOpenInNewForegroundTab",
"LinkHints.activateModeWithQueue",
"LinkHints.activateModeToDownloadLink",
+ "LinkHints.activateModeToOpenIncognito",
"Vomnibar.activate",
"Vomnibar.activateInNewTab",
"Vomnibar.activateTabSelection",