cd --historyoutputs the current directory at first to prevent peco(M-h) fro
m hangup with no cd histories.- On lua,
nyagos.option.glob = trueenables the wildcard expansion on external commands also.(#150) - Tried to improve the compatibility of
source - Support nyagos.lines(FILENAME,X) X='a','l','L',Number for #147
- Fix #156: %U+0000% causes panic
- Fix #152 ls -ld Downloads\ -> Downloads/ printed.
- Fix #157 Reset the readline-width on the console window resized.
- Moved some packages to the other repositories.
- カレントディレクトリのヒストリがゼロの時に peco がハングしないように、
cd --historyの先頭にカレントディレクトリを出力するようにした。 - Luaで
nyagos.option.glob = trueとすると、外部コマンドでもワイルドカード展開するようにした。(#150) - source の互換性改善を試みた
- nyagos.lines(FILENAME,X) の X='a','l','L',数値のサポート(#147)
- Fix #156: %U+0000% でパニックが発生する
- Fix #152: 「ls -ld Downloads\」の結果が「Downloads/」となる
- Fix #157: 端末サイズ変更時の、一行入力の表示幅を再設定するようにした
- 内蔵パッケージを別レポジトリヘ外出し