commit 683539fa6354a4ddd2e70eb9670bfb94c4677608
parent 37e340eed60bd7a3e60d4aac089e3bde874cafc0
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Thu, 27 Aug 2020 13:33:27 +0200
Revert change allowing man pages with numbers
Conflicts with ip lookups
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.local/bin/plumb b/.local/bin/plumb
@@ -209,7 +209,7 @@ handle_url() {
termopen $PAGER "$f"
elif regeximatch "$t" '^gopher://'; then
termopen $prefix sacc "$t"
- elif regexmatch "$t" '[A-z0-9]\.[0-9]$'; then
+ elif regexmatch "$t" '[A-z]\.[0-9]$'; then
if [ -z "$TERM" ]; then
detach $TERMINAL mandoc -l "$(fetch "$t")"
else