- Aug
- 7
- 0
There is a bug in how VIEW handles starting the configured editor: It passes the original file path+name that was used to open VIEW, but with the working directory set to the directory containing the file:
shows the contents of file.txt. If I then press Ctrl+E or select File|Edit, my editor starts up and tries to open C:\Data\subdir\subdir\file.txt.
Code:
C:\Data> VIEW subdir\file.txt
shows the contents of file.txt. If I then press Ctrl+E or select File|Edit, my editor starts up and tries to open C:\Data\subdir\subdir\file.txt.