Description
When I'm checking a diff, I cannot open the editor to see the selected file.
Steps to reproduce
- Set DIFFNAV_EDITOR environment variable with value
zed
- Open a diff with "diffnav" as pager
- Select a file
- Click
o
Expected behaviour
The file should be opened using the defined editor.
Environment
- Windows 11 Pro x64
- Command line: DOS or Powershell
- diffnav version v0.10.0
Additional context
I use diffnav from gh dash but if I do it manually the result is the same.
gh pr diff https://github.com/<my_organization>/icon/pull/664 | diffnav
It does not work under these test conditions:
- Using PowerShell.
- Setting the editor to code.
- Changing the user variable to a system variable.
Description
When I'm checking a diff, I cannot open the editor to see the selected file.
Steps to reproduce
zedoExpected behaviour
The file should be opened using the defined editor.
Environment
Additional context
echo %DIFFNAV_EDITOR%# response zedI use
diffnavfromgh dashbut if I do it manually the result is the same.It does not work under these test conditions: