sindrets / diffview.nvim

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

fix: handle deprecated util 'tbl_add_reverse_lookup()' #492

Closed lewis6991 closed 1 month ago

lewis6991 commented 1 month ago
lewis6991 commented 1 month ago

I'm not sure it's the best idea to add keys to a table as you are iterating it.

sindrets commented 1 month ago

You're right, I was a bit too quick with my change here. Thanks for pointing out!