Skip to content

4.2.3_3 (bug fixes)

Compare
Choose a tag to compare
@hymkor hymkor released this 28 Jan 09:10
· 2368 commits to master since this release
  • Fix: print(nil,true,false) outputs nothing..
  • Fix the bug that !notfoundstr is replaced to !n only.
  • #271: Fix Ctrl-O (box selector) does not work for the path contains %APPDATA% ( Fix zetamatta\go-findfile )
  • On completion, don't append SPACE after PERCENT mark.
  • #276 Fix that source did not execute a batch with stdout. (Thx @tyochiai )

  • print(nil,true,false) が何も出力しない不具合を修正
  • 検索にヒットしないヒストリ置換で !notfoundstr!n になってしまう不具合を修正
  • #271: Ctrl-O が環境変数を含んだパスで効かない不具合を修正 (go-findfile)
  • 補完の際、パーネントの後にスペースを追加しないようにした
  • #276 source コマンドで実行されるバッチの標準出力が閉じていた不具合を修正 (Thx @tyochiai )