From e0cc061a64ba86cda1380f0409203a0fb8ae889c Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Mon, 15 Mar 2021 15:02:53 +0100 Subject: [PATCH] Add fetch and aiohttp to PLAIN_TEXT_AGENTS (#586) --- lib/globals.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/globals.py b/lib/globals.py index c3aaf99..dad0b7d 100644 --- a/lib/globals.py +++ b/lib/globals.py @@ -80,6 +80,8 @@ PLAIN_TEXT_AGENTS = [ "python-requests", "openbsd ftp", "powershell", + "fetch", + "aiohttp", ] PLAIN_TEXT_PAGES = [':help', ':bash.function', ':translation', ':iterm2']