neogit prevents using or shows incorrect highlighting of git commit -S
#1607
Labels
bug
Something isn't working
git commit -S
#1607
Description
I do use per-path per-user configs in
~/.gitconfig
likeand
git commit -v -S
picks up automatically the hash of the correct key unless in neovim TTY shell for which I have a hack/workaroundNeovim version
NVIM v0.11.0-dev-1386+g8ef41f5902
Build type: RelWithDebInfo
LuaJIT 2.1.1734355927
Operating system and version
Linux pc 6.12.4-arch1-1
Steps to reproduce
c
-S
-S
flag appended togit commit -S
behaviorExpected behavior
-S
should be colored as active flagActual behavior
-S
is not colored as active flagPressing
c
only shows:and pressing
-S
yieldsgpg-sign=
which I do not want to fill instead of providing a toggle like-s
to just use-S
.Minimal config
The text was updated successfully, but these errors were encountered: