Merge branch 'list' into dev
This commit is contained in:
4
sxbm
4
sxbm
@ -97,8 +97,8 @@ bm_list(){
|
|||||||
case "$1" in
|
case "$1" in
|
||||||
+*)
|
+*)
|
||||||
[ -z "$QUERY_TAG" ] &&
|
[ -z "$QUERY_TAG" ] &&
|
||||||
QUERY_TAG="/[[:space:]]\\$1[[:space:]]/" ||
|
QUERY_TAG="/[[:blank:]]\\$1($| )/" ||
|
||||||
QUERY_TAG="${QUERY_TAG} $QUERY_STRICT /[[:space:]]\\$1[[:space:]]/"
|
QUERY_TAG="${QUERY_TAG} $QUERY_STRICT /[[:blank:]]\\$1($| )/"
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|||||||
Reference in New Issue
Block a user