Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Copilot Auto-Complete adds "<80>@7kD"

オープン
#240 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
32/100
issue の種類
バグ
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
neovim, vim
領域
tooling

調査の方向性

issue に示されている i-mode マッピングから始め、Neovim で角括弧の内側と外側における Copilot の受け入れを再現します。結果のテキストを VS Code の同じ行と比較します。受け入れた候補によって報告された不可視または可視のマーカー文字が挿入されなくなれば完了です。

索引モデルが issue の本文から書いたものです。

説明

Problem

  • When I try to autocomplete the suggestions given from copilot, then at the end it adds the character "<80>@7" , and if i autocomplete inside the brackets then it adds "<80>@7kD" in the start and "<80>@7" in the end.

Configs

  • I use NvChad as my neovim configuration and here is the mapping configuration for it.
map("i", "<C-l>", function()
  return vim.fn["copilot#Accept"]()
end, {
  desc = "Copilot Accept",
  expr = true,
  silent = true,
  noremap = true,
  replace_keycodes = true
})

Error Reference

	fmt.Println("Visit http://localhost:8080/hello for greeting")<80>@7

Although the <80> is hidden but shown in the neovim

when i open the same line of code in the VS Code it shows like this :

Image
主要言語
Vim Script
スター
11.7k
フォーク
812
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

github/copilot.vim のほかの issue

github/copilot.vim の issue をすべて見る

似ている issue

DevTools の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。