mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-08 11:33:48 -05:00
If g:gitgutter_diff_base has been set and the file being processed does not exist in that branch/commit, ensure that every line is marked as added - this is how git-diff behaves. Fixes #855.