macvim-dev / macvim-dev/macvim
Copy [CMD]+[C] from command/status bar doesn't copy selected characters into the clipboard.
オープン
まだ誰も着手していません。
Feature Request
- 主要言語
- Vim Script
- スター
- 7.9k
- フォーク
- 691
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Steps to reproduce:
- Start mac vim with empty or no file [mvim]
- Press i and type some letters f.i.: Strange Issue
- Escape out of insert mode.
- Double click on the word Strange to select it.
- Press CMD+C (Strange is now in the clipboard)
- Search for some random characters [/nothing]
- mvim will display in bottom most status/message bar: E486: Pattern not found: nothing
- Double click on the word Pattern in the status/error bar at the bottom of the screen.
- Press CMD+C (Note that the Edit menu flashes)
- Press i for insert mode.
- Press CMD+V
- Note that mvim pastes "Strange" and not "Pattern"
Expected Behaviour:
It should paste Pattern or better yet, if something is selected on the status bar and the Copy command is given to Mac Os x, the selected characters should be copied to the OS clipboard.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、記載された手順を使って MacVim で問題を再現し、下部のステータス/メッセージバーにおける選択と CMD+C の処理に注目してください。その選択に使用される MacVim のコマンドおよびクリップボードの経路を追跡します。「Pattern」をコピーすると「Strange」が保持されるのではなく、CMD+V で利用できるようになれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- macos, vim
- 領域
- desktop
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100