Skip to content

Commit

Permalink
garbage collection: ガーベッジコレクション #188
Browse files Browse the repository at this point in the history
  • Loading branch information
uakms committed Feb 3, 2016
1 parent 9b5bce5 commit 9727d9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/eval.jax
Original file line number Diff line number Diff line change
Expand Up @@ -3283,8 +3283,8 @@ garbagecollect([{atexit}]) *garbagecollect()*
長時間実行されるスクリプトの中で循環参照を持つ非常に大きなリス
トや辞書を削除したときに有用である。
省略可能な引数 {atexit} に 1 を指定すると、Vim を終了するとき
にもガベージコレクションが行われる。これはメモリリークを発見す
るのに役に立つ
にもガーべッジコレクションが行われる。これはメモリリークを発見
するのに役に立つ

get({list}, {idx} [, {default}]) *get()*
リスト|List| {list}から{idx}番目の要素を取得する。この要素を取
Expand Down

0 comments on commit 9727d9c

Please sign in to comment.