Fix calc preview
This commit is contained in:
parent
6424011899
commit
9aa4217f7a
1 changed files with 1 additions and 1 deletions
2
q-calc
2
q-calc
|
@ -12,7 +12,7 @@ if [[ -z "$@" ]]; then
|
|||
echo "^= .*$"
|
||||
elif [[ "$1" == "--hint" ]]; then
|
||||
shift
|
||||
echo "= "
|
||||
echo "- = "
|
||||
elif [[ "$1" == "--complete" ]]; then
|
||||
shift
|
||||
EXPR="$(echo "$@" | cut -d ' ' -f2-)"
|
||||
|
|
Loading…
Reference in a new issue