エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
ぼちぼち散歩 ここ数日のVimperatorのバグを直すつもりのパッチ
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
ぼちぼち散歩 ここ数日のVimperatorのバグを直すつもりのパッチ
とりあえずこれで良さそう? diff --git a/content/options.js b/content/options.js index be173f5..47... とりあえずこれで良さそう? diff --git a/content/options.js b/content/options.js index be173f5..4777c42 100644 --- a/content/options.js +++ b/content/options.js @@ -947,7 +947,7 @@ function Options() //{{{ let context = CompletionContext(""); let res = this.completer(context); if (!res) - res = context.allItems.map(function (item) [item.text]); + res = context.allItems.items.map(function (item) [item.text]); re