Add fetch and aiohttp to PLAIN_TEXT_AGENTS (#586)

This commit is contained in:
Igor Chubin 2021-03-15 15:02:53 +01:00
parent ed3a322f77
commit e0cc061a64

View file

@ -80,6 +80,8 @@ PLAIN_TEXT_AGENTS = [
"python-requests",
"openbsd ftp",
"powershell",
"fetch",
"aiohttp",
]
PLAIN_TEXT_PAGES = [':help', ':bash.function', ':translation', ':iterm2']