sindrets / diffview.nvim

Single tabpage interface for easily cycling through diffs for all modified files for any git rev.
Other
3.6k stars 101 forks source link

fix: Workaround for `<afile>` expanding incorrectly #374

Closed NGPONG closed 1 year ago

NGPONG commented 1 year ago

Resolves #369.

I have left some question here:

  1. Added a comment not related to this pr, sorry if this makes you uncomfortable I will restore it.

  2. I'm not sure if the fetch_tabnr's name is correct.

  3. I'm not sure if fetch_tabnr is in the right place for this, I tried to throw it into utils but its logic is not that common.