From: Felix Hildén Date: Tue, 25 May 2021 20:07:05 +0000 (+0300) Subject: Create FAQ documentation (GH-2247) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/04518c38c945ecf3c15765b71642112495cade8d?hp=04518c38c945ecf3c15765b71642112495cade8d Create FAQ documentation (GH-2247) This commit creates a Frequently Asked Questions document for our users to read. Hopefully they actually read it too. Items included are: Black's non-API, AST safety, style stability, file discovery, Flake8 disagreements and Python 2 support. Hopefully I've got the answers down in general. Commit history before merge: * Create FAQ * Address feedback * Move to single markdown file * Minor wording improvements * Add changelog entry ---