Use message instead of guard

Use _message instead of _guard when completing the search pattern.
This commit is contained in:
Aljaž "g5pw" Srebrnič
2013-03-31 23:47:35 +02:00
parent ef8d5806c4
commit 4aa41e2267
+1 -1
View File
@@ -83,7 +83,7 @@ _port() {
_files
;;
search)
_guard '^--*' 'pattern'
_message 'pattern'
;;
help)
_describe -t actions 'Port actions' actions