From: Jelle Zijlstra Date: Sat, 17 Jul 2021 02:21:34 +0000 (-0700) Subject: add context manager to temporarily change the cwd (#2377) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/65abd1006bca13aa5fc12b173bf206dc261bd592?hp=65abd1006bca13aa5fc12b173bf206dc261bd592 add context manager to temporarily change the cwd (#2377) Commit history before merge: * add context manager to temporarily change the cwd * Iterator, not Iterable ---