diff options
| author | Stephen Blott | 2014-10-27 17:28:21 +0000 |
|---|---|---|
| committer | Stephen Blott | 2014-10-27 17:28:21 +0000 |
| commit | 139e61ada43441e9980a94bb960996014e633817 (patch) | |
| tree | eec2d51739945dae58f36aa0e45496f3d80dccfc /background_scripts | |
| parent | 7765ff4f60a001238a734588786d7ea33edc2e3e (diff) | |
| parent | dc3379f0c193cc375a1b346be8756c031d943e87 (diff) | |
| download | vimium-139e61ada43441e9980a94bb960996014e633817.tar.bz2 | |
Merge pull request #1199 from smblott-github/command-option-tests
Command tests - validate advanced commands
Diffstat (limited to 'background_scripts')
| -rw-r--r-- | background_scripts/commands.coffee | 1 |
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", |
