Some fix (Backup recommended)
-
表示関連を微調整
-
環境変数で「%Current%\path」とした場合に現在のパスが「C:\」などのルートの場合に重なった「\」を「\」にするようにした #921
「%Current%」で「\」を含むようにした場合には現在の仕様で作成されているものとの互換性に問題が出る恐れがあるのでこういう風に対処しています -
Minor display-related adjustments
-
Adjusted environment variable expansion so that when using
%Current%\path, duplicated\\is reduced to\if the current path is a root path such asC:\. (#921)
Changing%Current%itself to include\could cause compatibility issues with existing configurations based on the current behavior, so this was handled in this way instead.