balki / vimtabdiff

Show diff of files from two directories in vim tabs
Mozilla Public License 2.0
5 stars 1 forks source link

Option to skip creating tabs for identical files #6

Closed ilyagr closed 1 year ago

ilyagr commented 1 year ago

This is probably the last one for the day :)

Let me know if you'd like me to change anything and, especially, if you can think of a better name for the option.

I'm not sure what's your favorite formatting style, so this doesn't follow any convention -- I ran black on the code and then fixed up the result.

Obviously, this code is somewhat naive, but I think that's OK since it's not used by default.

balki commented 1 year ago

Thanks! Looks good.