Fix the `*_with_cwd` actions using the cwd of the overlay window rather than the underlying window's cwd

Fix #1045
This commit is contained in:
Kovid Goyal
2018-10-03 19:26:01 +05:30
parent 2637018b53
commit 715f7985c7
2 changed files with 13 additions and 3 deletions

View File

@@ -10,6 +10,9 @@ Changelog
extended scrollback to use when viewing the scrollback buffer in a pager
(:iss:`970`)
- Fix the ``*_with_cwd`` actions using the cwd of the overlay window rather
than the underlying window's cwd (:iss:`1045`)
0.12.3 [2018-09-29]
------------------------------