Deterministic paths option causing custom command pattern "!&" expand to all files
I have a custom command that uses WinMerge to view the differences in two remote files.
The command is:
"Local Command" is checked
"Use Remote Files" is unchecked.
"Apply to directories" is unchecked.
This works as expected, the selected files (
But when I check the storage preference "Keep temporary copies of remote files in deterministic paths", the
I like using the deterministic paths option for many reasons, mainly because when I use Sublime Text, I can see all of the files as they are organized on the server.
I am using version 5.19.5 on Windows 10.
The command is:
cmd /C "C:\Program Files (x86)\WinMerge\WinMergeU.exe" /u /wl /wr !&
"Use Remote Files" is unchecked.
"Apply to directories" is unchecked.
This works as expected, the selected files (
!&
) are downloaded and opened with WinMerge.
But when I check the storage preference "Keep temporary copies of remote files in deterministic paths", the
!&
pattern no longer expands to the selected files, but it seems to expand to all files that I have in my temp directory.
I like using the deterministic paths option for many reasons, mainly because when I use Sublime Text, I can see all of the files as they are organized on the server.
I am using version 5.19.5 on Windows 10.