Don't process escape sequences in lessfilter
This commit is contained in:
parent
f69d921bcf
commit
87415e588b
|
@ -20,4 +20,4 @@ if [[ ${#output} -lt 256 && $(zstat +size "${file}") -gt 256 ]]; then
|
|||
return 1
|
||||
fi
|
||||
|
||||
print "${output}"
|
||||
print -r ${output}
|
||||
|
|
Loading…
Reference in New Issue
Block a user