Skip to content

4.0.6_0

Compare
Choose a tag to compare
@hymkor hymkor released this 19 Mar 12:55
· 3985 commits to master since this release

Changes Since 4.0.5_0

  • Add built-in command: pushd/popd/dirs
  • Add the method boxprint(),firstword(),lastword() to nyagos.bindkey's first argument
  • Update Document about uninstalling
  • Add nyagos.completion_hook
  • Sub-command completion for git, Subversion and Mercurial.

Bugfix

  • Completion failed when 0001 is typed where 0001.txt and "0001 copy.txt" were.

4.0.5_0 以降の変更

  • 内蔵コマンド追加: pushd/popd/dirs
  • nyagos.bindkey の第一引数に、メソッド boxprint(),firstword(),lastword() を追加
  • アンインストールに関して、ドキュメントを更新
  • nyagos.completion_hook を追加
  • git , Subversion , Mercurial 向けのサブコマンド名補完

不具合修正

  • 0001.txt,"0001 copy.txt" で 0001 まで打った時に補完が働かなかった。