NeogitOrg / neogit

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

Handle removing ANSI escape codes. #1390

Closed CKolkey closed 1 week ago

CKolkey commented 1 week ago

Some shells seem to add more than others? It's unclear why, but it causes issues for some people.

The reason it was removed is because it is a bit slow with large input.

https://github.com/NeogitOrg/neogit/issues/1389