summaryrefslogtreecommitdiff
path: root/plugins/frontend-search/_frontend-search.sh
diff options
context:
space:
mode:
authorMarc Cornellà <marc.cornella@live.com>2016-02-21 14:28:38 +0100
committerMarc Cornellà <marc.cornella@live.com>2016-02-21 14:28:38 +0100
commitbd6dbd1d9b1fc8a523aaf588492eb3ed4113b49d (patch)
tree4e8e5420852e12fb5c84fe942277605965b895ce /plugins/frontend-search/_frontend-search.sh
parent0d0042aad33562877dffd12baa6fe86e40642241 (diff)
parent480ad804a62cf1af4bdb05d177c805f5473914ee (diff)
downloadzsh-bd6dbd1d9b1fc8a523aaf588492eb3ed4113b49d.tar.gz
zsh-bd6dbd1d9b1fc8a523aaf588492eb3ed4113b49d.tar.bz2
zsh-bd6dbd1d9b1fc8a523aaf588492eb3ed4113b49d.zip
Merge pull request #4866 from willmendesneto/master
Fix bug in compass docs search
Diffstat (limited to 'plugins/frontend-search/_frontend-search.sh')
-rw-r--r--plugins/frontend-search/_frontend-search.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/frontend-search/_frontend-search.sh b/plugins/frontend-search/_frontend-search.sh
index b12f829a1..9aad76f76 100644
--- a/plugins/frontend-search/_frontend-search.sh
+++ b/plugins/frontend-search/_frontend-search.sh
@@ -19,7 +19,7 @@ function _frontend() {
commands=(
'jquery: Search in jQuery website'
'mdn: Search in MDN website'
- 'compass: Search in COMPASS website'
+ 'compassdoc: Search in COMPASS website'
'html5please: Search in HTML5 Please website'
'caniuse: Search in Can I Use website'
'aurajs: Search in AuraJs website'
@@ -57,7 +57,7 @@ function _frontend() {
mdn)
_describe -t points "Warp points" frontend_points && ret=0
;;
- compass)
+ compassdoc)
_describe -t points "Warp points" frontend_points && ret=0
;;
html5please)