You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I want to review an old commit of a file that no longer exists in HEAD, vim-git-log silently returns and does nothing. My solution was to remove the problematic code part:
At the very least you should use echom and warn the user about that behavior, but personally I don't see a reason why that check should exist in the first place.
The text was updated successfully, but these errors were encountered:
If I want to review an old commit of a file that no longer exists in HEAD, vim-git-log silently returns and does nothing. My solution was to remove the problematic code part:
At the very least you should use echom and warn the user about that behavior, but personally I don't see a reason why that check should exist in the first place.
The text was updated successfully, but these errors were encountered: