dandavison / delta

A syntax-highlighting pager for git, diff, grep, and blame output
https://dandavison.github.io/delta/
MIT License
22.76k stars 381 forks source link

🐛 Missing line number at first line of hunk #1519

Open nkh opened 1 year ago

nkh commented 1 year ago

delta3

config:

delta \
    --line-numbers \
    --line-numbers-left-style '#3a3a3a' \
    --line-numbers-right-style '#3a3a3a' \
    --file-modified-label "modified:" \
    --diff-so-fancy \
    --file-style '#909000' \
    --file-decoration-style 'ol #404000' \
    --hunk-header-decoration-style '' \
    --hunk-header-style '' \
    --minus-emph-style '#c6c6c6 #560000' \
    --plus-emph-style '#c6c6c6 #004500' \
    --right-arrow '…'