diff options
author | Marc Cornellà <marc.cornella@live.com> | 2016-02-21 14:28:38 +0100 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2016-02-21 14:28:38 +0100 |
commit | bd6dbd1d9b1fc8a523aaf588492eb3ed4113b49d (patch) | |
tree | 4e8e5420852e12fb5c84fe942277605965b895ce /plugins/frontend-search/_frontend-search.sh | |
parent | 0d0042aad33562877dffd12baa6fe86e40642241 (diff) | |
parent | 480ad804a62cf1af4bdb05d177c805f5473914ee (diff) | |
download | zsh-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.sh | 4 |
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) |