Fix Vim commenting
This commit is contained in:
@@ -11,4 +11,6 @@ if (( $(echo "$price < .09" | bc -l) )); then
|
||||
printf "%0.4f\n" "$price" | cut -c 4-
|
||||
elif (( $(echo "$price < .1" | bc -l) )); then
|
||||
printf "%0.3f\n" "$price" | cut -c 4-
|
||||
elif (( $(echo "$price < 1" | bc -l) )); then
|
||||
printf "%0.3f\n" "$price" | cut -c 3-
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user