Allow in-file disabling of lenchk (#134)

pull/135/head
terminalforlife 4 years ago
parent 5b98860f73
commit a5ac924841

@ -133,6 +133,10 @@ Main(){
[ "$File" == "$CurWL" ] && continue 2
}
# Per chubin's desire to have an "in-bound flag"; see #134 for info.
read Buffer < "$File"
[ "$Buffer" == 'lenchk=disable' ] && continue
HaveBeenHit='False'
LineNum=0

Loading…
Cancel
Save