juneedahamed / vc.vim

Support for SVN, Git, HG and BZR
47 stars 9 forks source link

Request: prevent multiple windows from being left in the diff state #8

Closed idbrii closed 7 years ago

idbrii commented 7 years ago

This is more of a suggested feature than an actual pull request. This change adds a dependency on idbrii/vim-diffusable.

vim-diffusable sets up "partnered" diff windows so if one window closes, it turns off diff for the other window. This prevents multiple windows from being left in the &diff state so if you open more diffs, vim isn't trying to diff unrelated files.

Does this seem like a useful feature to you?

juneedahamed commented 7 years ago

Hi, The proposed changes brings in a mandotry dependency which again has some. Would prefer not to merge this.

Juneed