- option --norc : not to load startup-scripts.
- #132 Support foreach and block-if
- Add option --lua-file which loads and runs Lua-Script even if the suffix of the filename is not .lua .
- Add members to the parameter
cofnyagos.complete_hook(c)c.field: array split all commandline string with space.c.left: string before cursor.
- Enable command-name completion even if it is after
|,&,; - #245
printof lua supports redirect. - On incremental search, support Ctrl-S for backward search.
- Fix #258 Environment variable expanding does not work after backslash
- Add lua-function nyagos.msgbox(MESSAGE,TITLE)
- 起動スクリプトのロードを抑制する --norc オプションを追加
- #132 foreach 文とブロック if 文をサポート
- 拡張子が .lua でない場合でも Lua スクリプトとして実行するオプション --lua-file を追加
complete_hook(c)の パラメータ c に項目を追加c.field:c.textを空白で分割したものc.left: カーソル前の文字列
|,&,;の直後でも、コマンド名補完が有効になるようにした- #245 Lua の print がリダイレクトに対応
- インクリメンタルサーチ中に Ctrl-S で逆方向サーチできるようにした
- #248 バックスラッシュ直後の環境変数展開が機能しない不具合を修正
- lua関数
nyagos.msgbox(MESSAGE,TITLE)を追加