In all current versions, when the cursor is over a diff belonging to a deleted file, i.e. where git shows ``` --- a/foo.c +++ /dev/null ``` the window statusbar shows `[diff] Changes to '/dev/null'` and pressing <kbd>f</kbd> attempts to open /dev/null as a blob. Would it be possible for `view-blob` to show the _old_ file in this situation, even though it normally shows the new file?