jonas / tig

Text-mode interface for git
https://jonas.github.io/tig/
GNU General Public License v2.0
12.27k stars 605 forks source link

--stdin makes vim complaining #1330

Closed herrerog closed 2 months ago

herrerog commented 2 months ago

When running tig --no-walk --stdin < cherry-picks.txt and trying to edit a file by pressing e, with vim, I'm getting: Vim: Warning: Input is not from a terminal This is a similar issue as in #1229 but I tried with master and it still happen.

koutcher commented 2 months ago

1229 correction only targeted readline so it's normal it doesn't work, but I agree, the editor should be fixed as well.