- (#385) Fix: Can not move to any folder in the other drive whose last folder is removed.
- Fix: cd's history did not ignore filepath's case.(see
cd -h) - Fix: change drive(
x:) did not push the last directory to directory history - Fix: The last element of
nyagos.rawexec{...}was ignored.
- (#385) 最後にいたフォルダーが削除されたドライブの任意のフォルダーへ移動できなかった不具合を修正
- cd のディレクトリヒストリがパスの大文字小文字を区別していなかった問題を修正
- ドライブ移動(
x:) でディレクトリヒストリにディレクトリをスタックしていなかった問題を修正 nyagos.rawexec{...}の最後の要素が無視されていた不具合を修正