akinsho / akinsho/git-conflict.nvim

GitConflictDetected not triggered by git alias

オープン
#123 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Lua
スター
1.4k
フォーク
70
PR マージ指標
30日以内にマージされた PR はありません

説明

Sorry for being brief:

If neovim is started via a git alias `fix = "!${EDITOR} -p $(git diff --name-only --diff-filter=U)"` sometimes (I cannot tell when exactly) the `GitConflictDetected` autocommand is not triggered and therefore the plugin does not work. This happened to me while I was doing a git rebase.

It works if I run the command manually `nvim -p $(git diff --name-only --diff-filter=U)` but not via `git fix`.

I tried `https://github.com/tronikelis/conflict-marker.nvim` which does work with the alias.

Does someone have any idea how to solve this? I really like this plugin.

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

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

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

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