viddy icon indicating copy to clipboard operation
viddy copied to clipboard

Percent chars cause NOVERB issues in diff mode

Open JustinAzoff opened this issue 1 year ago • 0 comments

How to reproduce:

viddy -d '[ $((RANDOM%2)) -eq 0 ] && echo done || echo 50%'

You'll see

50%!(NOVERB)

in the output. I guess a string is being passed to something that expects a format string somewhere?

JustinAzoff avatar Jul 14 '22 19:07 JustinAzoff