NeogitOrg / neogit

An interactive and powerful Git interface for Neovim, inspired by Magit
MIT License
3.86k stars 227 forks source link

Fixed unwanted trim for file from diffview #1181

Closed eternity74 closed 6 months ago

eternity74 commented 6 months ago

call_sync method trims output by default. DiffView needs to read file as it is. issue:'Diff view shows a lot of noise caused by blank lines #1108'

CKolkey commented 6 months ago

Very nice, thanks for the PR

miguno commented 6 months ago

Thanks for this fix, @eternity74 !